]> granicus.if.org Git - apache/commitdiff
Fix spelling of 'authorative' to 'authoritative' and typo in
authorMarc Slemko <marc@apache.org>
Sat, 15 Feb 1997 22:27:58 +0000 (22:27 +0000)
committerMarc Slemko <marc@apache.org>
Sat, 15 Feb 1997 22:27:58 +0000 (22:27 +0000)
mod_log_config.

Submitted by: Hubert Lin <hubert@mesun.me.ncu.edu.tw>

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

docs/manual/mod/directives.html
docs/manual/mod/mod_auth_anon.html
docs/manual/mod/mod_log_config.html

index 533a62d5364636d1956ad7f52acd8fdc03b6d086..cdcbd95e895e247127a1f3c78254c7672aa81c43 100644 (file)
@@ -29,7 +29,7 @@
 <li><A HREF="mod_auth_anon.html#LogEmail">Anonymous_LogEmail</A>
 <li><A HREF="mod_auth_anon.html#VerifyEmail">Anonymous_VerifyEmail</A>
 <li><A HREF="mod_auth_anon.html#NoUser">Anonymous_NoUser</A>
-<li><A HREF="mod_auth_anon.html#Authorative">Anonymous_Authorative</A>
+<li><A HREF="mod_auth_anon.html#Authoritative">Anonymous_Authoritative</A>
 <li><A HREF="mod_auth.html#authauthoritative">AuthAuthoritative</A>
 <li><A HREF="mod_auth_db.html#authdbauthoritative">AuthDBAuthoritative</A>
 <li><A HREF="mod_auth_db.html#authdbgroupfile">AuthDBGroupFile</A>
index 5bdd769ecf0f32b127a30beeb1f1df743e73b0e5..d34d134586f010ee40f121fd08e1ff462e2ee1a5 100644 (file)
@@ -81,7 +81,7 @@ Anonymous_NoUserID &lt; on | off &gt
 </dd>
 
 <code><dt>
-<a name="Authorative">Anonymous_Authorative &lt; on | off &gt</a>
+<a name="Authoritative">Anonymous_Authoritative &lt; on | off &gt</a>
 </code></dt><dd>
         Default is 'off'. When set 'on', there is no
         fall-through to other authorization methods. So if a
@@ -162,7 +162,7 @@ This version: 23 Nov 1995, 24 Feb 1996, 16 May 1996.
     </dd>
 <dt>Version 0.5<br></dt>
     <dd>Added 'VerifyEmail' and 'LogEmail' options. Multiple
-       'anonymous' tokens allowed. more docs. Added Authorative
+       'anonymous' tokens allowed. more docs. Added Authoritative
        functionality.
     </dd>
 </dl>
index da0be2899bc5ef64fc895abc2b05fbf27f7553a3..c2e3e5c04a583be6f4bc178a8e3d4ec0adede444 100644 (file)
@@ -103,7 +103,7 @@ by the values as follows:
 %...f:          Filename
 %...h:          Remote host
 %...{Foobar}i:  The contents of Foobar: header line(s) in the request
-                sent to the client.
+                sent to the server.
 %...l:          Remote logname (from identd, if supplied)
 %...{Foobar}n:  The contents of note "Foobar" from another module.
 %...{Foobar}o:  The contents of Foobar: header line(s) in the reply.