Commit 9910641a authored by Marc Slemko's avatar Marc Slemko
Browse files

Fix spelling of 'authorative' to 'authoritative' and typo in

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
parent 042efb88
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/mod/directives.html: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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>
+2 −2
Changes for docs/manual/mod/mod_auth_anon.html: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -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>
+1 −1
Changes for docs/manual/mod/mod_log_config.html: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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.