summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_deflate.xml
diff options
context:
space:
mode:
authorYoshiki Hayashi <yoshiki@apache.org>2002-07-31 14:42:17 +0000
committerYoshiki Hayashi <yoshiki@apache.org>2002-07-31 14:42:17 +0000
commitddc1242ba1fc1c7303976bcf90652bf3d838753f (patch)
tree92d84de4435b273b7c486c24c130368cc681d910 /docs/manual/mod/mod_deflate.xml
parent2c87cc96203220f7788b16d8612ebe45c12de1ac (diff)
downloadhttpd-ddc1242ba1fc1c7303976bcf90652bf3d838753f.tar.gz
DeflateMemLevel specifies level (1-9), not bytes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96259 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_deflate.xml')
-rw-r--r--docs/manual/mod/mod_deflate.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml
index f368679da1..a1d80cd543 100644
--- a/docs/manual/mod/mod_deflate.xml
+++ b/docs/manual/mod/mod_deflate.xml
@@ -85,13 +85,14 @@ SetOutputFilter DEFLATE
<directivesynopsis>
<name>DeflateMemLevel</name>
-<description>Amount of memory available to zlib for compression</description>
+<description>How much memory should be used by zlib for compression</description>
<syntax>DeflateMemLevel <em>value</em></syntax>
<contextlist><context>server config</context></contextlist>
<usage>
<p>The <directive>DeflateMemLevel</directive> directive specifies
- the amount of memory in bytes available to zlib for compression.</p>
+ how much memory should be used by zlib for compression
+ (a value between 1 and 9).</p>
</usage>
</directivesynopsis>