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...@apache.org on 2002/02/28 18:05:00 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_auth_anon.xml

slive       02/02/28 09:05:00

  Modified:    docs/manual/mod mod_auth_anon.xml
  Log:
  Fix a typo on a directive name.
  
  Revision  Changes    Path
  1.2       +1 -1      httpd-2.0/docs/manual/mod/mod_auth_anon.xml
  
  Index: mod_auth_anon.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_anon.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- mod_auth_anon.xml	20 Feb 2002 15:58:40 -0000	1.1
  +++ mod_auth_anon.xml	28 Feb 2002 17:05:00 -0000	1.2
  @@ -181,7 +181,7 @@
   </directivesynopsis>
   
   <directivesynopsis>
  -<name>AnonymousVerifyEmail</name>
  +<name>Anonymous_VerifyEmail</name>
   <description>Sets whether to check the password field for a correctly
   formatted email address</description>
   <syntax>Anonymous_VerifyEmail on|off</syntax>