summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2012-03-12 01:27:23 +0100
committerEric Covener <covener@apache.org>2012-03-12 01:27:23 +0100
commit8f6bb1efebca7f03bdefb079e4b2eea25a346341 (patch)
tree973c63fa479ac18c3c07a45c5235de70928cb5ee
parentUpdate. (diff)
downloadapache2-8f6bb1efebca7f03bdefb079e4b2eea25a346341.tar.xz
apache2-8f6bb1efebca7f03bdefb079e4b2eea25a346341.zip
PR52877, MaxMemFree text no longer matches 2.4.x+ default of 2048.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1299497 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mpm_common.html.en2
-rw-r--r--docs/manual/mod/mpm_common.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en
index 1ac543ea74..4c3be05167 100644
--- a/docs/manual/mod/mpm_common.html.en
+++ b/docs/manual/mod/mpm_common.html.en
@@ -292,7 +292,7 @@ to hold without calling <code>free()</code></td></tr>
<p>The <code class="directive">MaxMemFree</code> directive sets the
maximum number of free Kbytes that every allocator is allowed
to hold without calling <code>free()</code>. In threaded MPMs, every
- thread has its own allocator. When not set, or when set
+ thread has its own allocator. When set
to zero, the threshold will be set to unlimited.</p>
</div>
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index e979555795..bcabd39b07 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -337,7 +337,7 @@ to hold without calling <code>free()</code></description>
<p>The <directive>MaxMemFree</directive> directive sets the
maximum number of free Kbytes that every allocator is allowed
to hold without calling <code>free()</code>. In threaded MPMs, every
- thread has its own allocator. When not set, or when set
+ thread has its own allocator. When set
to zero, the threshold will be set to unlimited.</p>
</usage>
</directivesynopsis>