You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2002/08/24 13:41:24 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_auth.html.en mod_auth.xml

erikabele    2002/08/24 04:41:24

  Modified:    docs/manual/mod mod_auth.html.en mod_auth.xml
  Log:
  Typo.
  
  Submitted by: David Shane Holden <dp...@yahoo.com>
  
  Revision  Changes    Path
  1.6       +1 -1      httpd-2.0/docs/manual/mod/mod_auth.html.en
  
  Index: mod_auth.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth.html.en,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mod_auth.html.en	2 Aug 2002 04:35:22 -0000	1.5
  +++ mod_auth.html.en	24 Aug 2002 11:41:24 -0000	1.6
  @@ -44,7 +44,7 @@
       regardless of the AuthAuthoritative setting.</p>
   
       <p>A common use for this is in conjunction with one of the
  -    database modules; such as <code><a href="../mod/auth_dbm.html">auth_dbm</a></code>,
  +    database modules; such as <code><a href="../mod/mod_auth_dbm.html">mod_auth_dbm</a></code>,
       <code>mod_auth_msql</code>, and <code><a href="../mod/mod_auth_anon.html">mod_auth_anon</a></code>.
       These modules supply the bulk of the user credential checking; but
       a few (administrator) related accesses fall through to a lower
  
  
  
  1.4       +2 -2      httpd-2.0/docs/manual/mod/mod_auth.xml
  
  Index: mod_auth.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mod_auth.xml	23 May 2002 14:50:11 -0000	1.3
  +++ mod_auth.xml	24 Aug 2002 11:41:24 -0000	1.4
  @@ -141,7 +141,7 @@
       regardless of the AuthAuthoritative setting.</p>
   
       <p>A common use for this is in conjunction with one of the
  -    database modules; such as <module>auth_dbm</module>,
  +    database modules; such as <module>mod_auth_dbm</module>,
       <code>mod_auth_msql</code>, and <module>mod_auth_anon</module>.
       These modules supply the bulk of the user credential checking; but
       a few (administrator) related accesses fall through to a lower
  @@ -166,4 +166,4 @@
   </usage>
   </directivesynopsis>
   
  -</modulesynopsis>
  \ No newline at end of file
  +</modulesynopsis>