From a9be5763b55986c8c7347121f2dbc096ca61662f Mon Sep 17 00:00:00 2001
From: Yoshiki Hayashi
Date: Sat, 10 Jan 2004 21:07:28 +0000
Subject: [PATCH] Fix typo and add reference to Anonymous directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102260 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_authn_anon.html.en | 8 ++++----
docs/manual/mod/mod_authn_anon.xml | 9 +++++----
docs/manual/mod/quickreference.html.en | 2 +-
3 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/docs/manual/mod/mod_authn_anon.html.en b/docs/manual/mod/mod_authn_anon.html.en
index 02a834538a..2a01646385 100644
--- a/docs/manual/mod/mod_authn_anon.html.en
+++ b/docs/manual/mod/mod_authn_anon.html.en
@@ -69,7 +69,7 @@
following properties:
- - It insists that the user enters a userId.
+
- It insists that the user enters a userID.
(
Anonymous_NoUserId
)
- It insists that the user enters a password.
@@ -81,10 +81,10 @@
- The userID must be one of
anonymous guest www test
welcome
and comparison is not case
- sensitive.
+ sensitive. (Anonymous
- And the Email addresses entered in the passwd field are
- logged to the error log file
+ logged to the error log file.
(
Anonymous_LogEmail
)
@@ -113,7 +113,7 @@

-Description: | Specifies userIDs that areallowed access without
+ |
---|
Description: | Specifies userIDs that are allowed access without
password verification |
Syntax: | Anonymous user [user] ... |
Context: | directory, .htaccess |
diff --git a/docs/manual/mod/mod_authn_anon.xml b/docs/manual/mod/mod_authn_anon.xml
index 1ea9c89e5e..323082d2f6 100644
--- a/docs/manual/mod/mod_authn_anon.xml
+++ b/docs/manual/mod/mod_authn_anon.xml
@@ -37,7 +37,7 @@
following properties:
- - It insists that the user enters a userId.
+
- It insists that the user enters a userID.
(Anonymous_NoUserId)
@@ -52,10 +52,11 @@
- The userID must be one of
anonymous guest www test
welcome
and comparison is not case
- sensitive.
+ sensitive. (Anonymous
- And the Email addresses entered in the passwd field are
- logged to the error log file
+ logged to the error log file.
(Anonymous_LogEmail)
@@ -85,7 +86,7 @@
Anonymous
-Specifies userIDs that areallowed access without
+Specifies userIDs that are allowed access without
password verification
Anonymous user [user] ...
directory.htaccess
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en
index 9414c21808..5a7bc2c460 100644
--- a/docs/manual/mod/quickreference.html.en
+++ b/docs/manual/mod/quickreference.html.en
@@ -122,7 +122,7 @@ be passed through
AllowOverride All|None|directive-type
[directive-type] ... | All | d | C |
Types of directives that are allowed in
.htaccess files |
-Anonymous user [user] ... | | dh | E |
Specifies userIDs that areallowed access without
+ |
Anonymous user [user] ... | | dh | E |
Specifies userIDs that are allowed access without
password verification |
Anonymous_LogEmail On|Off | On | dh | E |
Sets whether the password entered will be logged in the
error log |
--
2.50.1