summaryrefslogtreecommitdiff
path: root/zlib.3
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.3')
-rw-r--r--zlib.38
1 files changed, 4 insertions, 4 deletions
diff --git a/zlib.3 b/zlib.3
index 764ecd7..3c442bc 100644
--- a/zlib.3
+++ b/zlib.3
@@ -1,4 +1,4 @@
1.TH ZLIB 3 "20 January 1998" 1.TH ZLIB 3 "26 January 1998"
2.SH NAME 2.SH NAME
3zlib \- compression/decompression library 3zlib \- compression/decompression library
4.SH SYNOPSIS 4.SH SYNOPSIS
@@ -9,7 +9,7 @@ for full descripton]
9The 9The
10.I zlib 10.I zlib
11library is a general purpose data compression library. 11library is a general purpose data compression library.
12The code is reentrant (thread safe). 12The code is thread safe.
13It provides in-memory compression and decompression functions, 13It provides in-memory compression and decompression functions,
14including integrity checks of the uncompressed data. 14including integrity checks of the uncompressed data.
15This version of the library supports only one compression method (deflation) 15This version of the library supports only one compression method (deflation)
@@ -66,7 +66,7 @@ zlib@quest.jpl.nasa.gov
66or, if this fails, to the author addresses given below. 66or, if this fails, to the author addresses given below.
67The zlib home page is: 67The zlib home page is:
68.IP 68.IP
69http://www.cdrom.com/infozip/zlib/ 69http://www.cdrom.com/pub/infozip/zlib/
70.LP 70.LP
71The data format used by the zlib library is described by RFC 71The data format used by the zlib library is described by RFC
72(Request for Comments) 1950 to 1952 in the files: 72(Request for Comments) 1950 to 1952 in the files:
@@ -81,7 +81,7 @@ These documents are also available in other formats from:
81.IP 81.IP
82ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html 82ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
83.SH AUTHORS 83.SH AUTHORS
84Version 1.0.7. 84Version 1.0.8.
85Copyright (C) 1995-1998 Jean-loup Gailly (jloup@gzip.org) 85Copyright (C) 1995-1998 Jean-loup Gailly (jloup@gzip.org)
86and Mark Adler (madler@alumni.caltech.edu). 86and Mark Adler (madler@alumni.caltech.edu).
87.LP 87.LP