summaryrefslogtreecommitdiff
path: root/usr.bin
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 /usr.bin
parentde2a18189220aba0c1865a3943ac86606041a008 (diff)
flesh out the rfc sections;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/compress/gzip.132
1 files changed, 21 insertions, 11 deletions
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