]> granicus.if.org Git - apache/commitdiff
Fix the module identifier as shown in the docs for some
authorJeff Trawick <trawick@apache.org>
Thu, 3 Jan 2002 14:20:51 +0000 (14:20 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 3 Jan 2002 14:20:51 +0000 (14:20 +0000)
modules.

PR:           #9338
Submitted by: James Watson <ap2bug@sowega.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92716 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
docs/manual/mod/mod_auth_anon.html
docs/manual/mod/mod_auth_db.html
docs/manual/mod/mod_auth_dbm.html
docs/manual/mod/mod_auth_digest.html
docs/manual/mod/mod_include.html
docs/manual/mod/mod_log_config.html

diff --git a/CHANGES b/CHANGES
index 8a62d84e3510d4780984f03327cc75682850b976..01dfbdd3924e80c51acd75470cc5a131addda65e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
 Changes with Apache 2.0.30-dev
 
+  *) Fix the module identifer as shown in the docs for various core
+     modules (e.g., the identifer for mod_log_config was previously
+     listed as config_log_module).  PR #9338
+     [James Watson <ap2bug@sowega.org>]
+
   *) Fix LimitRequestBody directive by placing it in the HTTP
      filter.  [Justin Erenkrantz]
 
index a7d7f97ef6af3ddf91383cda86968faf7114f9c9..85118488f92b62da52270ff4062f577b466a64c1 100644 (file)
@@ -24,7 +24,7 @@
     mod_auth_anon.c<br />
      <a href="module-dict.html#ModuleIdentifier"
     rel="Help"><strong>Module Identifier:</strong></a>
-    anon_auth_module</p>
+    auth_anon_module</p>
 
     <h2>Summary</h2>
 
index 92903e725b5aafd5a51a9f3df79e29a87e7b8c3f..d80aca607b5b1aa27062de43dd9578f1472e0927 100644 (file)
@@ -25,7 +25,7 @@
     mod_auth_db.c<br />
      <a href="module-dict.html#ModuleIdentifier"
     rel="Help"><strong>Module Identifier:</strong></a>
-    db_auth_module</p>
+    auth_db_module</p>
 
     <h2>Summary</h2>
 
index 4a17f43901a0b24b0a2a192aeb7ecb8e30d92542..1402e7093ac4caf126da7510e98d512be792e0b3 100644 (file)
@@ -25,7 +25,7 @@
     mod_auth_dbm.c<br />
      <a href="module-dict.html#ModuleIdentifier"
     rel="Help"><strong>Module Identifier:</strong></a>
-    dbm_auth_module</p>
+    auth_dbm_module</p>
 
     <h2>Summary</h2>
 
index 91eef54dce5ef383f451253ee6470d52a11c0555..cb4dcc26e9479dcac8002aed4e2ef078aebc09c7 100644 (file)
@@ -25,7 +25,7 @@
     mod_auth_digest.c<br />
      <a href="module-dict.html#ModuleIdentifier"
     rel="Help"><strong>Module Identifier:</strong></a>
-    digest_auth_module</p>
+    auth_digest_module</p>
 
     <h2>Summary</h2>
 
index faf089b547a5fc90b0b2abe1f511613c11ea5335..d1c3c8913abf1c762105b954acc38823f66bbbe6 100644 (file)
@@ -24,7 +24,7 @@
     mod_include.c<br />
      <a href="module-dict.html#ModuleIdentifier"
     rel="Help"><strong>Module Identifier:</strong></a>
-    includes_module</p>
+    include_module</p>
 
     <h2>Summary</h2>
 
index 4b80e4042f25d7663ca75c811610854fa5f85418..81088ae478e84174379c64a01ff731341d86749d 100644 (file)
@@ -26,7 +26,7 @@
     mod_log_config.c<br />
      <a href="module-dict.html#ModuleIdentifier"
     rel="Help"><strong>Module Identifier:</strong></a>
-    config_log_module</p>
+    log_config_module</p>
 
     <h2>Summary</h2>