summaryrefslogtreecommitdiff
path: root/zlib.3
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:26:58 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:26:58 -0700
commitdc5a43ebfadb6b775f6e64bfeb5a461c66acb394 (patch)
tree00e122ba59ad883db198dc6adf24d020cac924d3 /zlib.3
parentd004b047838a7e803818b4973a2e39e0ff8c1fa2 (diff)
downloadzlib-dc5a43ebfadb6b775f6e64bfeb5a461c66acb394.tar.gz
zlib 1.2.3.6v1.2.3.6
Diffstat (limited to 'zlib.3')
-rw-r--r--zlib.37
1 files changed, 3 insertions, 4 deletions
diff --git a/zlib.3 b/zlib.3
index db44e9d..802db88 100644
--- a/zlib.3
+++ b/zlib.3
@@ -1,4 +1,4 @@
-.TH ZLIB 3 "8 January 2010"
+.TH ZLIB 3 "17 January 2010"
.SH NAME
zlib \- compression/decompression library
.SH SYNOPSIS
@@ -17,7 +17,6 @@ but other algorithms will be added later
and will have the same stream interface.
.LP
Compression can be done in a single step if the buffers are large enough
-(for example if an input file is mmap'ed),
or can be done by repeated calls of the compression function.
In the latter case,
the application must provide more input and/or consume the output
@@ -133,8 +132,8 @@ before asking for help.
Send questions and/or comments to zlib@gzip.org,
or (for the Windows DLL version) to Gilles Vollant (info@winimage.com).
.SH AUTHORS
-Version 1.2.3.5
-Copyright (C) 1995-2009 Jean-loup Gailly (jloup@gzip.org)
+Version 1.2.3.6
+Copyright (C) 1995-2010 Jean-loup Gailly (jloup@gzip.org)
and Mark Adler (madler@alumni.caltech.edu).
.LP
This software is provided "as-is,"