]> granicus.if.org Git - apache/commitdiff
Fix typo and add reference to Anonymous directive.
authorYoshiki Hayashi <yoshiki@apache.org>
Sat, 10 Jan 2004 21:07:28 +0000 (21:07 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Sat, 10 Jan 2004 21:07:28 +0000 (21:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102260 13f79535-47bb-0310-9956-ffa450edef68

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

index 02a834538a335a6ca2cc35e975e97f6d3222b988..2a01646385b8263f1be7dde4b7e5176a195256fa 100644 (file)
@@ -69,7 +69,7 @@
     following properties:</p>
 
     <ul>
-      <li>It insists that the user enters a userId.
+      <li>It insists that the user enters a userID.
       (<code class="directive"><a href="#anonymous_nouserid">Anonymous_NoUserId</a></code>)</li>
 
       <li>It insists that the user enters a password.
 
       <li>The userID must be one of <code>anonymous guest www test
       welcome</code> and comparison is <strong>not</strong> case
-      sensitive.</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
+      logged to the error log file.
       (<code class="directive"><a href="#anonymous_logemail">Anonymous_LogEmail</a></code>)</li>
     </ul>
 
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="Anonymous" id="Anonymous">Anonymous</a> <a name="anonymous" id="anonymous">Directive</a></h2>
 <table class="directive">
-<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Specifies userIDs that areallowed access without
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Specifies userIDs that are allowed access without
 password verification</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous <var>user</var> [<var>user</var>] ...</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
index 1ea9c89e5e909141e83df8f51ef33649ef05c07f..323082d2f662f674c3e5215362a58ee8b840db70 100644 (file)
@@ -37,7 +37,7 @@
     following properties:</p>
 
     <ul>
-      <li>It insists that the user enters a userId.
+      <li>It insists that the user enters a userID.
       (<directive module="mod_authn_anon"
       >Anonymous_NoUserId</directive>)</li>
 
 
       <li>The userID must be one of <code>anonymous guest www test
       welcome</code> and comparison is <strong>not</strong> case
-      sensitive.</li>
+      sensitive. (<directive module="mod_authn_anon"
+      >Anonymous</directive></li>
 
       <li>And the Email addresses entered in the passwd field are
-      logged to the error log file
+      logged to the error log file.
       (<directive module="mod_authn_anon"
       >Anonymous_LogEmail</directive>)</li>
     </ul>
@@ -85,7 +86,7 @@
 
 <directivesynopsis>
 <name>Anonymous</name>
-<description>Specifies userIDs that areallowed access without
+<description>Specifies userIDs that are allowed access without
 password verification</description>
 <syntax>Anonymous <var>user</var> [<var>user</var>] ...</syntax>
 <contextlist><context>directory</context><context>.htaccess</context>
index 9414c21808798ff204c108f930344bd2d9fbb321..5a7bc2c460900471a0a62319d1256cad0b2adc00 100644 (file)
@@ -122,7 +122,7 @@ be passed through</td></tr>
 <tr><td><a href="core.html#allowoverride">AllowOverride All|None|<var>directive-type</var>
 [<var>directive-type</var>] ...</a></td><td> All </td><td>d</td><td>C</td></tr><tr><td class="descr" colspan="4">Types of directives that are allowed in
 <code>.htaccess</code> files</td></tr>
-<tr class="odd"><td><a href="mod_authn_anon.html#anonymous">Anonymous <var>user</var> [<var>user</var>] ...</a></td><td></td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Specifies userIDs that areallowed access without
+<tr class="odd"><td><a href="mod_authn_anon.html#anonymous">Anonymous <var>user</var> [<var>user</var>] ...</a></td><td></td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Specifies userIDs that are allowed access without
 password verification</td></tr>
 <tr><td><a href="mod_authn_anon.html#anonymous_logemail">Anonymous_LogEmail On|Off</a></td><td> On </td><td>dh</td><td>E</td></tr><tr><td class="descr" colspan="4">Sets whether the password entered will be logged in the
 error log</td></tr>