From e532e7fa68d23a12b99c1d70930562a1877e2005 Mon Sep 17 00:00:00 2001
From: Luca Toscano
Date: Wed, 25 Jan 2017 15:29:02 +0000
Subject: [PATCH] documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1780219 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/glossary.html.en | 2 +-
docs/manual/glossary.xml.de | 2 +-
docs/manual/glossary.xml.es | 2 +-
docs/manual/glossary.xml.fr | 2 +-
docs/manual/glossary.xml.ja | 2 +-
docs/manual/glossary.xml.ko | 2 +-
docs/manual/glossary.xml.meta | 4 ++--
docs/manual/glossary.xml.tr | 2 +-
docs/manual/mod/core.html.en | 2 +-
docs/manual/mod/core.xml.de | 2 +-
docs/manual/mod/core.xml.es | 2 +-
docs/manual/mod/core.xml.fr | 2 +-
docs/manual/mod/core.xml.ja | 2 +-
docs/manual/mod/core.xml.tr | 2 +-
docs/manual/mod/mod_authnz_ldap.html.en | 2 +-
docs/manual/mod/mod_authnz_ldap.xml.fr | 2 +-
docs/manual/mod/mod_authnz_ldap.xml.meta | 2 +-
docs/manual/mod/mod_cache.html.en | 8 ++++----
docs/manual/mod/mod_cache.xml.fr | 2 +-
docs/manual/mod/mod_cache.xml.ja | 2 +-
docs/manual/mod/mod_cache.xml.ko | 2 +-
docs/manual/mod/mod_cache.xml.meta | 2 +-
docs/manual/mod/mod_ldap.html.en | 2 +-
docs/manual/mod/mod_ldap.xml.fr | 2 +-
docs/manual/mod/mod_ldap.xml.meta | 2 +-
docs/manual/mod/mod_lua.html.en | 4 ++--
docs/manual/mod/mod_lua.xml.fr | 2 +-
docs/manual/mod/mod_lua.xml.meta | 2 +-
docs/manual/mod/mod_rewrite.html.en | 2 +-
docs/manual/mod/mod_rewrite.xml.fr | 2 +-
docs/manual/mod/mod_rewrite.xml.meta | 2 +-
docs/manual/mod/mod_ssl.html.en | 2 +-
docs/manual/mod/mod_ssl.xml.fr | 2 +-
docs/manual/mod/mod_ssl.xml.meta | 2 +-
docs/manual/mod/quickreference.html.en | 2 +-
docs/manual/socache.html.en | 2 +-
docs/manual/socache.xml.fr | 2 +-
docs/manual/socache.xml.meta | 2 +-
docs/manual/ssl/ssl_intro.html.en | 2 +-
docs/manual/ssl/ssl_intro.xml.fr | 2 +-
docs/manual/ssl/ssl_intro.xml.ja | 2 +-
docs/manual/ssl/ssl_intro.xml.meta | 2 +-
42 files changed, 47 insertions(+), 47 deletions(-)
diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en
index 761a107bb75..07d34fbe657 100644
--- a/docs/manual/glossary.html.en
+++ b/docs/manual/glossary.html.en
@@ -359,7 +359,7 @@
See: SSL/TLS Encryption
- Regular Expression
+ Regular Expression
(Regex)
A way of describing a pattern in text - for example, "all the words that
begin with the letter A" or "every 10-digit phone number" or even "Every
diff --git a/docs/manual/glossary.xml.de b/docs/manual/glossary.xml.de
index 45315486f53..3163454c4a4 100644
--- a/docs/manual/glossary.xml.de
+++ b/docs/manual/glossary.xml.de
@@ -1,7 +1,7 @@
-
+
+
-
+
+
+
+
+
+
+
diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja
index 0bc8a06d1bf..2b574dc52ed 100644
--- a/docs/manual/mod/core.xml.ja
+++ b/docs/manual/mod/core.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+
diff --git a/docs/manual/mod/mod_authnz_ldap.xml.meta b/docs/manual/mod/mod_authnz_ldap.xml.meta
index 4ec661a32dd..7a6a237d9a1 100644
--- a/docs/manual/mod/mod_authnz_ldap.xml.meta
+++ b/docs/manual/mod/mod_authnz_ldap.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr
diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en
index 2d5d569553f..7d026138b53 100644
--- a/docs/manual/mod/mod_cache.html.en
+++ b/docs/manual/mod/mod_cache.html.en
@@ -709,10 +709,10 @@ header.
/someapplication/image.gif;jsessionid=123456789
/someapplication/image.gif?PHPSESSIONID=12345678
- This causes cachable resources to be stored separately for each session, which
+
This causes cacheable resources to be stored separately for each session, which
is often not desired. CacheIgnoreURLSessionIdentifiers
lets
define a list of identifiers that are removed from the key that is used to identify
- an entity in the cache, such that cachable resources are not stored separately for
+ an entity in the cache, such that cacheable resources are not stored separately for
each session.
CacheIgnoreURLSessionIdentifiers None
clears the list of ignored
@@ -861,7 +861,7 @@ CacheLock on
Module: | mod_cache |
The CacheMaxExpire
directive specifies the maximum number of
- seconds for which cachable HTTP documents will be retained without checking the origin
+ seconds for which cacheable HTTP documents will be retained without checking the origin
server. Thus, documents will be out of date at most this number of seconds. This maximum
value is enforced even if an expiry date was supplied with the document.
@@ -880,7 +880,7 @@ CacheLock on
Module: | mod_cache |
The CacheMinExpire
directive specifies the minimum number of
- seconds for which cachable HTTP documents will be retained without checking the origin
+ seconds for which cacheable HTTP documents will be retained without checking the origin
server. This is only used if no valid expire time was supplied with the document.
diff --git a/docs/manual/mod/mod_cache.xml.fr b/docs/manual/mod/mod_cache.xml.fr
index a36747cac0a..edece8e1467 100644
--- a/docs/manual/mod/mod_cache.xml.fr
+++ b/docs/manual/mod/mod_cache.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/mod/mod_cache.xml.ja b/docs/manual/mod/mod_cache.xml.ja
index 6aaa03e9389..3cfe9e8dbff 100644
--- a/docs/manual/mod/mod_cache.xml.ja
+++ b/docs/manual/mod/mod_cache.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+
diff --git a/docs/manual/mod/mod_ldap.xml.meta b/docs/manual/mod/mod_ldap.xml.meta
index 92fe318361b..c8ca8412817 100644
--- a/docs/manual/mod/mod_ldap.xml.meta
+++ b/docs/manual/mod/mod_ldap.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr
diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en
index d8c3387a99a..5538d0a113a 100644
--- a/docs/manual/mod/mod_lua.html.en
+++ b/docs/manual/mod/mod_lua.html.en
@@ -923,10 +923,10 @@ end
-- cost: only valid with BCRYPT algorithm (default = 5).
-r:mkdir(dir [,mode]) -- Creates a directory and sets mode to optional mode paramter.
+r:mkdir(dir [,mode]) -- Creates a directory and sets mode to optional mode parameter.
-r:mkrdir(dir [,mode]) -- Creates directories recursive and sets mode to optional mode paramter.
+r:mkrdir(dir [,mode]) -- Creates directories recursive and sets mode to optional mode parameter.
r:rmdir(dir) -- Removes a directory.
diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr
index 24b9db72704..270182625ce 100644
--- a/docs/manual/mod/mod_lua.xml.fr
+++ b/docs/manual/mod/mod_lua.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/mod/mod_lua.xml.meta b/docs/manual/mod/mod_lua.xml.meta
index b55c7710e95..8fc1a0efdf3 100644
--- a/docs/manual/mod/mod_lua.xml.meta
+++ b/docs/manual/mod/mod_lua.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en
index 5e4d09e74b5..ccc0e3a1bfd 100644
--- a/docs/manual/mod/mod_rewrite.html.en
+++ b/docs/manual/mod/mod_rewrite.html.en
@@ -1346,7 +1346,7 @@ cannot use $N
in the substitution string!
qslast|QSL |
Interpret the last (right-most) question mark as the query string
- delimeter, instead of the first (left-most) as normally used.
+ delimiter, instead of the first (left-most) as normally used.
Available in 2.4.19 and later.
details
... |
diff --git a/docs/manual/mod/mod_rewrite.xml.fr b/docs/manual/mod/mod_rewrite.xml.fr
index c0564eddf5a..3f409659c79 100644
--- a/docs/manual/mod/mod_rewrite.xml.fr
+++ b/docs/manual/mod/mod_rewrite.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta
index decc0a7b1e8..0be21e86f4d 100644
--- a/docs/manual/mod/mod_rewrite.xml.meta
+++ b/docs/manual/mod/mod_rewrite.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index 4ef4524203d..0697704d701 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -1623,7 +1623,7 @@ As of release 2.4.21, all configurations which enable either one of the
will use the new SSLProxyCheckPeerName
behavior, and all configurations which disable either one of the
SSLProxyCheckPeerName
or SSLProxyCheckPeerCN
options
-will supress all remote server certificate name validation. Only the following
+will suppress all remote server certificate name validation. Only the following
configuration will trigger the legacy certificate CN comparison in 2.4.21 and
later releases;
diff --git a/docs/manual/mod/mod_ssl.xml.fr b/docs/manual/mod/mod_ssl.xml.fr
index 236ca74707a..f128244db31 100644
--- a/docs/manual/mod/mod_ssl.xml.fr
+++ b/docs/manual/mod/mod_ssl.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/mod/mod_ssl.xml.meta b/docs/manual/mod/mod_ssl.xml.meta
index 736a11a017e..be20a51f56b 100644
--- a/docs/manual/mod/mod_ssl.xml.meta
+++ b/docs/manual/mod/mod_ssl.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en
index 6dda45ed0d9..a5e9fba66bd 100644
--- a/docs/manual/mod/quickreference.html.en
+++ b/docs/manual/mod/quickreference.html.en
@@ -195,7 +195,7 @@ of user groups for authorization
authorization
AuthLDAPBindAuthoritative off|on | on | dh | E |
Determines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. |
AuthLDAPBindDN distinguished-name | | dh | E |
Optional DN to use in binding to the LDAP server |
-AuthLDAPBindPassword password | | dh | E |
Password used in conjuction with the bind DN |
+AuthLDAPBindPassword password | | dh | E |
Password used in conjunction with the bind DN |
AuthLDAPCharsetConfig file-path | | s | E |
Language to charset conversion configuration file |
AuthLDAPCompareAsUser on|off | off | dh | E |
Use the authenticated user's credentials to perform authorization comparisons |
AuthLDAPCompareDNOnServer on|off | on | dh | E |
Use the LDAP server to compare the DNs |
diff --git a/docs/manual/socache.html.en b/docs/manual/socache.html.en
index 4af505bf601..bcdb61b0bd6 100644
--- a/docs/manual/socache.html.en
+++ b/docs/manual/socache.html.en
@@ -70,7 +70,7 @@
const char *create(ap_socache_instance_t **instance, const char *arg,
apr_pool_t *tmp, apr_pool_t *p);
Create a session cache based on the given configuration string.
- The instance pointer returned in the instance paramater will be
+ The instance pointer returned in the instance parameter will be
passed as the first argument to subsequent invocations.
apr_status_t init(ap_socache_instance_t *instance, const char *cname,
diff --git a/docs/manual/socache.xml.fr b/docs/manual/socache.xml.fr
index 841add1a035..3dc83ab583a 100644
--- a/docs/manual/socache.xml.fr
+++ b/docs/manual/socache.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/socache.xml.meta b/docs/manual/socache.xml.meta
index 886fb69e839..f90a047ed63 100644
--- a/docs/manual/socache.xml.meta
+++ b/docs/manual/socache.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr
diff --git a/docs/manual/ssl/ssl_intro.html.en b/docs/manual/ssl/ssl_intro.html.en
index 57457b213a0..8daa5bb4dc6 100644
--- a/docs/manual/ssl/ssl_intro.html.en
+++ b/docs/manual/ssl/ssl_intro.html.en
@@ -520,7 +520,7 @@ the Internet Engineering Task Force (IETF).
and "RC2" is a proprietary algorithm from RSA DSI [AC96, ch13].
-
+
The choice of digest function determines how a digest is created
from a record unit. SSL supports the following:
diff --git a/docs/manual/ssl/ssl_intro.xml.fr b/docs/manual/ssl/ssl_intro.xml.fr
index 4df32f11977..50ebddf248d 100644
--- a/docs/manual/ssl/ssl_intro.xml.fr
+++ b/docs/manual/ssl/ssl_intro.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/ssl/ssl_intro.xml.ja b/docs/manual/ssl/ssl_intro.xml.ja
index 3ea9154d80c..ad8e26583c8 100644
--- a/docs/manual/ssl/ssl_intro.xml.ja
+++ b/docs/manual/ssl/ssl_intro.xml.ja
@@ -1,7 +1,7 @@
-
+