From 9ae88053bfbf58e52f92636f53bfcf3f35a6dc9e Mon Sep 17 00:00:00 2001
From: Ruediger Pluem
Date: Sun, 11 Jan 2009 13:22:02 +0000
Subject: [PATCH] * Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@733468 13f79535-47bb-0310-9956-ffa450edef68
---
docs/man/htdbm.1 | 4 +-
docs/manual/mod/directives.html.en | 1 +
docs/manual/mod/mod_ssl.html.en | 22 +++++++
docs/manual/mod/quickreference.html.en | 79 +++++++++++++------------
docs/manual/platform/ebcdic.html.en | 10 +++-
docs/manual/platform/ebcdic.xml.ko | 2 +-
docs/manual/programs/configure.html.en | 13 ++--
docs/manual/programs/configure.xml.ko | 2 +-
docs/manual/programs/configure.xml.meta | 2 +-
docs/manual/programs/configure.xml.tr | 2 +-
docs/manual/programs/htdbm.html.en | 4 +-
docs/manual/urlmapping.xml.ja | 2 +-
docs/manual/urlmapping.xml.ko | 2 +-
docs/manual/urlmapping.xml.meta | 2 +-
docs/manual/urlmapping.xml.tr | 2 +-
15 files changed, 92 insertions(+), 57 deletions(-)
diff --git a/docs/man/htdbm.1 b/docs/man/htdbm.1
index 20ec67faaa..e6647afaae 100644
--- a/docs/man/htdbm.1
+++ b/docs/man/htdbm.1
@@ -19,7 +19,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "HTDBM" 1 "2005-03-26" "Apache HTTP Server" "htdbm"
+.TH "HTDBM" 1 "2009-01-11" "Apache HTTP Server" "htdbm"
.SH NAME
htdbm \- Manipulate DBM password databases
@@ -54,7 +54,7 @@ htdbm \- Manipulate DBM password databases
.SH "SUMMARY"
.PP
-htdbm is used to manipulate the DBM format files used to store usernames and password for basic authentication of HTTP users via mod_auth_dbm\&. See the dbmmanage documentation for more information about these DBM files\&.
+htdbm is used to manipulate the DBM format files used to store usernames and password for basic authentication of HTTP users via mod_authn_dbm\&. See the dbmmanage documentation for more information about these DBM files\&.
.SH "OPTIONS"
diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en
index 84c88659b3..b263bb1807 100644
--- a/docs/manual/mod/directives.html.en
+++ b/docs/manual/mod/directives.html.en
@@ -460,6 +460,7 @@
SSLProxyVerify
SSLProxyVerifyDepth
SSLRandomSeed
+SSLRenegBufferSize
SSLRequire
SSLRequireSSL
SSLSessionCache
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index afc798ab54..84abf0a719 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -74,6 +74,7 @@ to provide the cryptography engine.