diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2017-03-26 13:41:06 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2017-03-26 13:41:06 +0200 |
commit | ef8b363b24f9931daa53fd26e703ae2da5e11984 (patch) | |
tree | 1e14d5ef1885b2efa15569f098d6d267a818b237 | |
parent | Fix typo spotted by angeloxx (diff) | |
download | apache2-ef8b363b24f9931daa53fd26e703ae2da5e11984.tar.xz apache2-ef8b363b24f9931daa53fd26e703ae2da5e11984.zip |
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1788720 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_cache_socache.html.en | 4 | ||||
-rw-r--r-- | docs/manual/mod/mod_cache_socache.xml.fr | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_cache_socache.xml.meta | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_cache_socache.html.en b/docs/manual/mod/mod_cache_socache.html.en index f2d7485b6f..06d83a39d5 100644 --- a/docs/manual/mod/mod_cache_socache.html.en +++ b/docs/manual/mod/mod_cache_socache.html.en @@ -67,7 +67,7 @@ CacheSocacheMaxSize 102400 <div class="note"><h3>Note:</h3> <p><code class="module"><a href="../mod/mod_cache_socache.html">mod_cache_socache</a></code> requires the services of <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code>, which must be loaded before - mod_cache_socache.</p> + <code class="module"><a href="../mod/mod_cache_socache.html">mod_cache_socache</a></code>.</p> </div> </div> <div id="quickview"><h3 class="directives">Directives</h3> @@ -200,7 +200,7 @@ cache</td></tr> <p>This directive only takes effect when the data is being saved to the cache, as opposed to data being served from the cache.</p> - <pre class="prettyprint lang-config">CacheReadSize 102400</pre> + <pre class="prettyprint lang-config">CacheSocacheReadSize 102400</pre> </div> diff --git a/docs/manual/mod/mod_cache_socache.xml.fr b/docs/manual/mod/mod_cache_socache.xml.fr index 303d3d7409..defe11b7c9 100644 --- a/docs/manual/mod/mod_cache_socache.xml.fr +++ b/docs/manual/mod/mod_cache_socache.xml.fr @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?> -<!-- English Revision: 1673892 --> +<!-- English Revision: 1673892:1788719 (outdated) --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> diff --git a/docs/manual/mod/mod_cache_socache.xml.meta b/docs/manual/mod/mod_cache_socache.xml.meta index dcf2d89954..6b54b885c6 100644 --- a/docs/manual/mod/mod_cache_socache.xml.meta +++ b/docs/manual/mod/mod_cache_socache.xml.meta @@ -8,6 +8,6 @@ <variants> <variant>en</variant> - <variant>fr</variant> + <variant outdated="yes">fr</variant> </variants> </metafile> |