You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@locus.apache.org on 2000/12/08 19:42:23 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_access.html mod_alias.html mod_auth.html

slive       00/12/08 10:42:23

  Modified:    htdocs/manual/mod mod_access.html mod_alias.html
                        mod_auth.html
  Log:
  Normalize Syntax entries.
  
  Revision  Changes    Path
  1.25      +2 -2      httpd-docs-1.3/htdocs/manual/mod/mod_access.html
  
  Index: mod_access.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_access.html,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -d -b -u -r1.24 -r1.25
  --- mod_access.html	2000/11/13 00:56:15	1.24
  +++ mod_access.html	2000/12/08 18:42:22	1.25
  @@ -59,7 +59,7 @@
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> Allow from <EM>host host ...</EM><BR>
  +><STRONG>Syntax:</STRONG></A> Allow from <EM>host</em> [<em>host</em>] ...<BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -170,7 +170,7 @@
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> Deny from <EM>host host ...</EM><BR>
  +><STRONG>Syntax:</STRONG></A> Deny from <EM>host</em> [<em>host</em>] ...<BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  
  
  
  1.29      +1 -1      httpd-docs-1.3/htdocs/manual/mod/mod_alias.html
  
  Index: mod_alias.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_alias.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -d -b -u -r1.28 -r1.29
  --- mod_alias.html	2000/11/22 03:36:15	1.28
  +++ mod_alias.html	2000/12/08 18:42:22	1.29
  @@ -166,7 +166,7 @@
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> Redirect [ <EM>status</EM> ]
  +><STRONG>Syntax:</STRONG></A> Redirect [<EM>status</EM>]
    <EM>url-path url</EM><BR>
   <A
    HREF="directive-dict.html#Context"
  
  
  
  1.20      +5 -2      httpd-docs-1.3/htdocs/manual/mod/mod_auth.html
  
  Index: mod_auth.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_auth.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -d -b -u -r1.19 -r1.20
  --- mod_auth.html	2000/09/25 21:46:41	1.19
  +++ mod_auth.html	2000/12/08 18:42:22	1.20
  @@ -164,8 +164,11 @@
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> AuthAuthoritative &lt;
  - <STRONG> on</STRONG>(default) | off &gt; <BR>
  +><STRONG>Syntax:</STRONG></A> AuthAuthoritative on|off<BR>
  +<A
  + HREF="directive-dict.html#Default"
  + REL="Help"
  +><STRONG>Default:</STRONG></A> <CODE>AuthAuthoritative on</CODE><BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"