diff options
Diffstat (limited to 'zlib.3')
-rw-r--r-- | zlib.3 | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | .TH ZLIB 3 "8 January 2010" | 1 | .TH ZLIB 3 "17 January 2010" |
2 | .SH NAME | 2 | .SH NAME |
3 | zlib \- compression/decompression library | 3 | zlib \- compression/decompression library |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
@@ -17,7 +17,6 @@ but other algorithms will be added later | |||
17 | and will have the same stream interface. | 17 | and will have the same stream interface. |
18 | .LP | 18 | .LP |
19 | Compression can be done in a single step if the buffers are large enough | 19 | Compression can be done in a single step if the buffers are large enough |
20 | (for example if an input file is mmap'ed), | ||
21 | or can be done by repeated calls of the compression function. | 20 | or can be done by repeated calls of the compression function. |
22 | In the latter case, | 21 | In the latter case, |
23 | the application must provide more input and/or consume the output | 22 | the application must provide more input and/or consume the output |
@@ -133,8 +132,8 @@ before asking for help. | |||
133 | Send questions and/or comments to zlib@gzip.org, | 132 | Send questions and/or comments to zlib@gzip.org, |
134 | or (for the Windows DLL version) to Gilles Vollant (info@winimage.com). | 133 | or (for the Windows DLL version) to Gilles Vollant (info@winimage.com). |
135 | .SH AUTHORS | 134 | .SH AUTHORS |
136 | Version 1.2.3.5 | 135 | Version 1.2.3.6 |
137 | Copyright (C) 1995-2009 Jean-loup Gailly (jloup@gzip.org) | 136 | Copyright (C) 1995-2010 Jean-loup Gailly (jloup@gzip.org) |
138 | and Mark Adler (madler@alumni.caltech.edu). | 137 | and Mark Adler (madler@alumni.caltech.edu). |
139 | .LP | 138 | .LP |
140 | This software is provided "as-is," | 139 | This software is provided "as-is," |