From 6759211ad8a5006689216a86c3267bb503bfccc1 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:18:57 -0700 Subject: zlib 1.0.8 --- zlib.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zlib.3') diff --git a/zlib.3 b/zlib.3 index 764ecd7..3c442bc 100644 --- a/zlib.3 +++ b/zlib.3 @@ -1,4 +1,4 @@ -.TH ZLIB 3 "20 January 1998" +.TH ZLIB 3 "26 January 1998" .SH NAME zlib \- compression/decompression library .SH SYNOPSIS @@ -9,7 +9,7 @@ for full descripton] The .I zlib library is a general purpose data compression library. -The code is reentrant (thread safe). +The code is thread safe. It provides in-memory compression and decompression functions, including integrity checks of the uncompressed data. This version of the library supports only one compression method (deflation) @@ -66,7 +66,7 @@ zlib@quest.jpl.nasa.gov or, if this fails, to the author addresses given below. The zlib home page is: .IP -http://www.cdrom.com/infozip/zlib/ +http://www.cdrom.com/pub/infozip/zlib/ .LP The data format used by the zlib library is described by RFC (Request for Comments) 1950 to 1952 in the files: @@ -81,7 +81,7 @@ These documents are also available in other formats from: .IP ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html .SH AUTHORS -Version 1.0.7. +Version 1.0.8. Copyright (C) 1995-1998 Jean-loup Gailly (jloup@gzip.org) and Mark Adler (madler@alumni.caltech.edu). .LP -- cgit v1.2.3-55-g6feb