]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1675455 from trunk:
authorEric Covener <covener@apache.org>
Wed, 22 Apr 2015 19:08:29 +0000 (19:08 +0000)
committerEric Covener <covener@apache.org>
Wed, 22 Apr 2015 19:08:29 +0000 (19:08 +0000)
fix syntax

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1675456 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.xml

index 1a40498e4906bf28448a0ac5d0a55e4a3e157379..e0bc197d16cb2c0de7b61ce6503b6518ff5f1414 100644 (file)
@@ -111,11 +111,11 @@ for HTTP Basic authentication.</description>
 
 <section id="gcaveats"><title>General caveats</title>
 <p> This module caches authentication and authorization results based
-on the configuration of <module name="mod_ldap">mod_ldap</module>. Changes
+on the configuration of <module>mod_ldap</module>. Changes
 made to the backing LDAP server will not be immediately reflected on the
 HTTP Server, including but not limited to user lockouts/revocations, 
 password changes, or changes to group memberships.  Consult the directives 
-in <module name="mod_ldap">mod_ldap</module> for details of the cache tunables.
+in <module>mod_ldap</module> for details of the cache tunables.
 </p>
 </section>