summaryrefslogtreecommitdiff
path: root/lib/libz
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2012-08-21 16:33:03 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2012-08-21 16:33:03 +0000
commite58e803463942dc2df824dc4de752817b825d4d9 (patch)
tree2952757cf4bfcc65fb714c1cdef28ad31b5a967c /lib/libz
parentde2a18189220aba0c1865a3943ac86606041a008 (diff)
flesh out the rfc sections;
Diffstat (limited to 'lib/libz')
-rw-r--r--lib/libz/compress.334
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