From 054dc1631e8ad2e885f3afd5ccf28d8dba179578 Mon Sep 17 00:00:00 2001 From: Marc Slemko Date: Sat, 15 Feb 1997 22:27:58 +0000 Subject: [PATCH] Fix spelling of 'authorative' to 'authoritative' and typo in mod_log_config. Submitted by: Hubert Lin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77612 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html | 2 +- docs/manual/mod/mod_auth_anon.html | 4 ++-- docs/manual/mod/mod_log_config.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index 533a62d536..cdcbd95e89 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -29,7 +29,7 @@
  • Anonymous_LogEmail
  • Anonymous_VerifyEmail
  • Anonymous_NoUser -
  • Anonymous_Authorative +
  • Anonymous_Authoritative
  • AuthAuthoritative
  • AuthDBAuthoritative
  • AuthDBGroupFile diff --git a/docs/manual/mod/mod_auth_anon.html b/docs/manual/mod/mod_auth_anon.html index 5bdd769ecf..d34d134586 100644 --- a/docs/manual/mod/mod_auth_anon.html +++ b/docs/manual/mod/mod_auth_anon.html @@ -81,7 +81,7 @@ Anonymous_NoUserID < on | off >
    -Anonymous_Authorative < on | off > +Anonymous_Authoritative < on | off >
    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.
    Version 0.5
    Added 'VerifyEmail' and 'LogEmail' options. Multiple - 'anonymous' tokens allowed. more docs. Added Authorative + 'anonymous' tokens allowed. more docs. Added Authoritative functionality.
    diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index da0be2899b..c2e3e5c04a 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -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. -- 2.50.1