summaryrefslogtreecommitdiffstats
path: root/docs/manual/howto
diff options
context:
space:
mode:
authorChris Darroch <chrisd@apache.org>2006-10-12 06:13:12 +0200
committerChris Darroch <chrisd@apache.org>2006-10-12 06:13:12 +0200
commit064ecf6593a5a52e929fc08bdeb3131e1b7f2f28 (patch)
tree1f18df7105a827a25e65356b784393b4b0706c91 /docs/manual/howto
parentfixed missing "edit" argument option in mod_headers.xml (diff)
downloadapache2-064ecf6593a5a52e929fc08bdeb3131e1b7f2f28.tar.xz
apache2-064ecf6593a5a52e929fc08bdeb3131e1b7f2f28.zip
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@463129 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto')
-rw-r--r--docs/manual/howto/auth.html.en7
-rw-r--r--docs/manual/howto/auth.xml.ja2
-rw-r--r--docs/manual/howto/auth.xml.ko2
3 files changed, 6 insertions, 5 deletions
diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en
index 418f5d79ff..9182d7b162 100644
--- a/docs/manual/howto/auth.html.en
+++ b/docs/manual/howto/auth.html.en
@@ -308,8 +308,8 @@ person in</a></h2>
<div class="example"><p><code>
AuthType Basic<br />
AuthName "By Invitation Only"<br />
- # Optional line:
- AuthBasicProvider file
+ # Optional line:<br />
+ AuthBasicProvider file<br />
AuthUserFile /usr/local/apache/passwd/passwords<br />
AuthGroupFile /usr/local/apache/passwd/groups<br />
Require group GroupName
@@ -378,7 +378,8 @@ person in</a></h2>
AuthType Basic<br />
AuthBasicProvider dbm<br />
AuthDBMUserFile /www/passwords/passwd.dbm<br />
- Require valid-user
+ Require valid-user<br />
+ &lt;/Directory&gt;
</code></p></div>
<p>Other options are available. Consult the
diff --git a/docs/manual/howto/auth.xml.ja b/docs/manual/howto/auth.xml.ja
index 7d3822d3af..c5e6f74e38 100644
--- a/docs/manual/howto/auth.xml.ja
+++ b/docs/manual/howto/auth.xml.ja
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='iso-2022-jp' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 219484:420993 (outdated) -->
+<!-- English Revision: 219484:453083 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/howto/auth.xml.ko b/docs/manual/howto/auth.xml.ko
index f34a1dfec9..9775af7be5 100644
--- a/docs/manual/howto/auth.xml.ko
+++ b/docs/manual/howto/auth.xml.ko
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='EUC-KR' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:420993 (outdated) -->
+<!-- English Revision: 105989:453083 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more