brian 97/08/25 19:07:22
Modified: htdocs/manual/mod mod_auth_anon.html
Log:
Submitted by: Martin Kraemer <[EMAIL PROTECTED]>
Reviewed by: Brian Behlendorf
Fix a few inconsistancies.
Revision Changes Path
1.13 +3 -3 apachen/htdocs/manual/mod/mod_auth_anon.html
Index: mod_auth_anon.html
===================================================================
RCS file: /export/home/cvs/apachen/htdocs/manual/mod/mod_auth_anon.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mod_auth_anon.html 1997/07/17 05:36:08 1.12
+++ mod_auth_anon.html 1997/08/26 02:07:20 1.13
@@ -101,7 +101,7 @@
<h2><A name="LogEmail">Anonymous_LogEmail directive</A></h2>
<strong>Syntax:</strong> Anonymous_LogEmail <em>on | off</em><br>
-<strong>Default:</strong> <code>off</code><br>
+<strong>Default:</strong> <code>Anonymous_LogEmail off</code><br>
<strong>Context:</strong> directory, .htaccess<br>
<strong>Override:</strong> AuthConfig<br>
<strong>Status:</strong> Extension<br>
@@ -114,7 +114,7 @@
<h2><A name="MustGiveEmail">Anonymous_MustGiveEmail directive</A></h2>
<!--%plaintext <?INDEX {\tt Anonymous_MustGiveEmail} directive> -->
<strong>Syntax:</strong> Anonymous_MustGiveEmail <em>on</em> |
<em>off</em><br>
-<strong>Default:</strong> off<br>
+<strong>Default:</strong> <code>Anonymous_MustGiveEmail off</code><br>
<strong>Context:</strong> directory, .htaccess<br>
<strong>Override:</strong> AuthConfig<br>
<strong>Status:</strong> Extension<br>
@@ -141,7 +141,7 @@
<hr>
<h2><A name="VerifyEmail">Anonymous_VerifyEmail directive</A></h2>
-<strong>Syntax:</strong> Anonymous <em>on | off</em><br>
+<strong>Syntax:</strong> Anonymous_VerifyEmail <em>on | off</em><br>
<strong>Default:</strong> <code>Anonymous_VerifyEmail off</code><br>
<strong>Context:</strong> directory, .htaccess<br>
<strong>Override:</strong> AuthConfig<br>