diff options
Diffstat (limited to 'zlib.3')
-rw-r--r-- | zlib.3 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,4 +1,4 @@ | |||
1 | .TH ZLIB 3 "19 Apr 2010" | 1 | .TH ZLIB 3 "10 Sep 2011" |
2 | .SH NAME | 2 | .SH NAME |
3 | zlib \- compression/decompression library | 3 | zlib \- compression/decompression library |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
@@ -95,11 +95,11 @@ http://zlib.net/ | |||
95 | The data format used by the zlib library is described by RFC | 95 | The data format used by the zlib library is described by RFC |
96 | (Request for Comments) 1950 to 1952 in the files: | 96 | (Request for Comments) 1950 to 1952 in the files: |
97 | .IP | 97 | .IP |
98 | http://www.ietf.org/rfc/rfc1950.txt (for the zlib header and trailer format) | 98 | http://tools.ietf.org/html/rfc1950 (for the zlib header and trailer format) |
99 | .br | 99 | .br |
100 | http://www.ietf.org/rfc/rfc1951.txt (for the deflate compressed data format) | 100 | http://tools.ietf.org/html/rfc1951 (for the deflate compressed data format) |
101 | .br | 101 | .br |
102 | http://www.ietf.org/rfc/rfc1952.txt (for the gzip header and trailer format) | 102 | http://tools.ietf.org/html/rfc1952 (for the gzip header and trailer format) |
103 | .LP | 103 | .LP |
104 | Mark Nelson wrote an article about | 104 | Mark Nelson wrote an article about |
105 | .I zlib | 105 | .I zlib |
@@ -125,8 +125,8 @@ before asking for help. | |||
125 | Send questions and/or comments to zlib@gzip.org, | 125 | Send questions and/or comments to zlib@gzip.org, |
126 | or (for the Windows DLL version) to Gilles Vollant (info@winimage.com). | 126 | or (for the Windows DLL version) to Gilles Vollant (info@winimage.com). |
127 | .SH AUTHORS | 127 | .SH AUTHORS |
128 | Version 1.2.5 | 128 | Version 1.2.5.1 |
129 | Copyright (C) 1995-2010 Jean-loup Gailly (jloup@gzip.org) | 129 | Copyright (C) 1995-2011 Jean-loup Gailly (jloup@gzip.org) |
130 | and Mark Adler (madler@alumni.caltech.edu). | 130 | and Mark Adler (madler@alumni.caltech.edu). |
131 | .LP | 131 | .LP |
132 | This software is provided "as-is," | 132 | This software is provided "as-is," |