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