]> granicus.if.org Git - apache/commitdiff
* userId -> userID
authorErik Abele <erikabele@apache.org>
Sat, 10 Jan 2004 22:48:31 +0000 (22:48 +0000)
committerErik Abele <erikabele@apache.org>
Sat, 10 Jan 2004 22:48:31 +0000 (22:48 +0000)
* add missing bracket

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

docs/manual/mod/mod_authn_anon.html.en
docs/manual/mod/mod_authn_anon.xml

index 2a01646385b8263f1be7dde4b7e5176a195256fa..2621bc79c34aaa5b9f63cd74983388365ff67cbe 100644 (file)
@@ -70,7 +70,7 @@
 
     <ul>
       <li>It insists that the user enters a userID.
-      (<code class="directive"><a href="#anonymous_nouserid">Anonymous_NoUserId</a></code>)</li>
+      (<code class="directive"><a href="#anonymous_nouserid">Anonymous_NoUserID</a></code>)</li>
 
       <li>It insists that the user enters a password.
       (<code class="directive"><a href="#anonymous_mustgiveemail">Anonymous_MustGiveEmail</a></code>)</li>
@@ -81,7 +81,7 @@
 
       <li>The userID must be one of <code>anonymous guest www test
       welcome</code> and comparison is <strong>not</strong> case
-      sensitive. (<code class="directive"><a href="#anonymous">Anonymous</a></code></li>
+      sensitive. (<code class="directive"><a href="#anonymous">Anonymous</a></code>)</li>
 
       <li>And the Email addresses entered in the passwd field are
       logged to the error log file.
@@ -96,7 +96,7 @@
         AuthBasicProvider file anon<br />
         AuthUserFile /path/to/your/.htpasswd<br />
        <br />
-        Anonymous_NoUserId off<br />
+        Anonymous_NoUserID off<br />
         Anonymous_MustGiveEmail on<br />
         Anonymous_VerifyEmail on<br />
         Anonymous_LogEmail on<br />
index 323082d2f662f674c3e5215362a58ee8b840db70..b591f1dfc3b13beee5510c815d27362a24119e87 100644 (file)
@@ -39,7 +39,7 @@
     <ul>
       <li>It insists that the user enters a userID.
       (<directive module="mod_authn_anon"
-      >Anonymous_NoUserId</directive>)</li>
+      >Anonymous_NoUserID</directive>)</li>
 
       <li>It insists that the user enters a password.
       (<directive module="mod_authn_anon"
@@ -53,7 +53,7 @@
       <li>The userID must be one of <code>anonymous guest www test
       welcome</code> and comparison is <strong>not</strong> case
       sensitive. (<directive module="mod_authn_anon"
-      >Anonymous</directive></li>
+      >Anonymous</directive>)</li>
 
       <li>And the Email addresses entered in the passwd field are
       logged to the error log file.
@@ -69,7 +69,7 @@
         AuthBasicProvider file anon<br />
         AuthUserFile /path/to/your/.htpasswd<br />
        <br />
-        Anonymous_NoUserId off<br />
+        Anonymous_NoUserID off<br />
         Anonymous_MustGiveEmail on<br />
         Anonymous_VerifyEmail on<br />
         Anonymous_LogEmail on<br />