From 3e79654f313317fe3ef476999b3ba399d701facd Mon Sep 17 00:00:00 2001
From: Vincent Bray
Date: Sun, 9 Mar 2008 02:33:51 +0000
Subject: [PATCH] Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635140 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_authn_core.html.en | 2 +-
docs/manual/mod/mod_authz_core.html.en | 4 ++--
docs/manual/mod/mod_authz_host.html.en | 6 +++---
docs/manual/mod/mod_authz_host.xml.ja | 2 +-
docs/manual/mod/mod_authz_host.xml.ko | 2 +-
docs/manual/mod/mod_authz_user.html.en | 2 +-
docs/manual/mod/mod_authz_user.xml.ja | 2 +-
docs/manual/mod/mod_authz_user.xml.ko | 2 +-
docs/manual/mod/mod_dav.html.en | 2 +-
docs/manual/mod/mod_dav.xml.ja | 2 +-
docs/manual/mod/mod_dav.xml.ko | 2 +-
docs/manual/ssl/ssl_howto.html.en | 2 +-
12 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/docs/manual/mod/mod_authn_core.html.en b/docs/manual/mod/mod_authn_core.html.en
index 8002695eed..1f4355ed18 100644
--- a/docs/manual/mod/mod_authn_core.html.en
+++ b/docs/manual/mod/mod_authn_core.html.en
@@ -91,7 +91,7 @@
AuthType Basic
AuthName LDAP_Protected_Place
- require valid-user
+ Require valid-user
</Directory>
diff --git a/docs/manual/mod/mod_authz_core.html.en b/docs/manual/mod/mod_authz_core.html.en
index bc22a43e0c..e50ffa551e 100644
--- a/docs/manual/mod/mod_authz_core.html.en
+++ b/docs/manual/mod/mod_authz_core.html.en
@@ -101,8 +101,8 @@
AuthName LDAP_Protected_Place
#implied OR operation
- require alias1-ldap-group
- require alias2-ldap-group
+ Require alias1-ldap-group
+ Require alias2-ldap-group
</Directory>
diff --git a/docs/manual/mod/mod_authz_host.html.en b/docs/manual/mod/mod_authz_host.html.en
index a5cf4e3bdf..f494892e3c 100644
--- a/docs/manual/mod/mod_authz_host.html.en
+++ b/docs/manual/mod/mod_authz_host.html.en
@@ -57,7 +57,7 @@ address)
directives.
Topics
See also
-
+
Apache's Require
and
Reject
directives are
@@ -83,7 +83,7 @@ address)
characteristics of the client request captured in environment
variables.
-
+
The env
provider allows access to the server
to be controlled based on the existence of an environment variable. When Require
diff --git a/docs/manual/mod/mod_authz_host.xml.ja b/docs/manual/mod/mod_authz_host.xml.ja
index 0e9c1d4305..78c43a779e 100644
--- a/docs/manual/mod/mod_authz_host.xml.ja
+++ b/docs/manual/mod/mod_authz_host.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+
+
+
+