]> granicus.if.org Git - apache/commitdiff
Fix broken links
authorDaniel Gruno <humbedooh@apache.org>
Thu, 10 May 2012 19:37:19 +0000 (19:37 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 10 May 2012 19:37:19 +0000 (19:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1336850 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_file.xml

index dd530946ff0aeb95ede87ae92f8ec6b9fca5b318..be76949882f60f0e71b236a7985527c57cc788d7 100644 (file)
@@ -73,12 +73,12 @@ passwords for authentication</description>
     use the first occurrence to verify the password.</p>
 
     <p>The encrypted password format depends on which authentication
-    frontend (e.g. <module>mod_authn_basic</module> or
-    <module>mod_authn_digest</module>) is being used.  See <a
+    frontend (e.g. <module>mod_auth_basic</module> or
+    <module>mod_auth_digest</module>) is being used.  See <a
     href="../misc/password_encryptions.html">Password Formats</a> for
     more information.</p>
 
-    <p>For <module>mod_authn_basic</module>, use the utility <program>htpasswd</program>
+    <p>For <module>mod_auth_basic</module>, use the utility <program>htpasswd</program>
     which is installed as part of the binary distribution, or which
     can be found in <code>src/support</code>. See the
     <a href="../programs/htpasswd.html">man page</a> for more details.