From: Christophe Jaillet
This lets the server know that we are not interesting in anything fancy, we +
This lets the server know that we are not interested in anything fancy, we just want to hook onto the requests and possibly handle some of them.
The reference in our example declaration, register_hooks
diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml
index 73828905e4..7e1abacd00 100644
--- a/docs/manual/developer/modguide.xml
+++ b/docs/manual/developer/modguide.xml
@@ -202,7 +202,7 @@ module AP_MODULE_DECLARE_DATA example_module =
-
This lets the server know that we are not interesting in anything fancy, we +
This lets the server know that we are not interested in anything fancy, we just want to hook onto the requests and possibly handle some of them.
The reference in our example declaration, register_hooks