diff options
author | 2012-08-21 16:33:02 +0000 | |
---|---|---|
committer | 2012-08-21 16:33:02 +0000 | |
commit | f85d078b7d9225b80c6cbe6ea26dcb0a303b385c (patch) | |
tree | 375669f1acba8b8d1e22d1256ea2fed9f7bd6c6d /lib/libz | |
parent | Use $(.CURDIR) to locate source files so tests still work with 'make (diff) | |
download | wireguard-openbsd-f85d078b7d9225b80c6cbe6ea26dcb0a303b385c.tar.xz wireguard-openbsd-f85d078b7d9225b80c6cbe6ea26dcb0a303b385c.zip |
flesh out the rfc sections;
Diffstat (limited to 'lib/libz')
-rw-r--r-- | lib/libz/compress.3 | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/lib/libz/compress.3 b/lib/libz/compress.3 index 96ff7fc18f6..b65ce52283c 100644 --- a/lib/libz/compress.3 +++ b/lib/libz/compress.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compress.3,v 1.11 2012/08/12 17:01:35 schwarze Exp $ +.\" $OpenBSD: compress.3,v 1.12 2012/08/21 16:33:02 jmc Exp $ .\" .\" Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler .\" @@ -23,7 +23,7 @@ .\" .\" This page corresponds to zlib version 1.2.3 .\" -.Dd $Mdocdate: August 12 2012 $ +.Dd $Mdocdate: August 21 2012 $ .Dt COMPRESS 3 .Os .Sh NAME @@ -2715,17 +2715,25 @@ version and the compiler's view of .Sh SEE ALSO .Xr compress 1 , .Xr gzip 1 -.Pp -.Bl -tag -width 12n -compact -.It RFC 1950 -ZLIB Compressed Data Format Specification. -.It RFC 1951 -DEFLATE Compressed Data Format Specification. -.It RFC 1952 -GZIP File Format Specification. -.El -.Pp -.Lk http://zlib.net/ +.Rs +.%A P. Deutsch +.%A J-L. Gailly +.%D May 1996 +.%R RFC 1950 +.%T ZLIB Compressed Data Format Specification version 3.3 +.Re +.Rs +.%A P. Deutsch +.%D May 1996 +.%R RFC 1951 +.%T DEFLATE Compressed Data Format Specification version 1.3 +.Re +.Rs +.%A P. Deutsch +.%D May 1996 +.%R RFC 1952 +.%T GZIP file format specification version 4.3 +.Re .Sh HISTORY This manual page is based on an HTML version of .Aq Pa zlib.h |