diff options
-rw-r--r-- | lib/libz/compress.3 | 34 | ||||
-rw-r--r-- | usr.bin/compress/gzip.1 | 32 |
2 files changed, 42 insertions, 24 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 diff --git a/usr.bin/compress/gzip.1 b/usr.bin/compress/gzip.1 index b71e9c8ff06..259c07565ae 100644 --- a/usr.bin/compress/gzip.1 +++ b/usr.bin/compress/gzip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gzip.1,v 1.7 2011/09/22 10:41:04 deraadt Exp $ +.\" $OpenBSD: gzip.1,v 1.8 2012/08/21 16:33:02 jmc Exp $ .\" .\" Copyright (c) 1986, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .\" .\" @(#)compress.1 8.2 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: September 22 2011 $ +.Dd $Mdocdate: August 21 2012 $ .Dt GZIP 1 .Os .Sh NAME @@ -332,15 +332,25 @@ automatically. .Xr zmore 1 , .Xr znew 1 , .Xr compress 3 -.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 +.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 .Nm gzip compatibility was added to |