diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-08-16 23:43:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-08-16 23:43:07 +0000 |
commit | 4117af2eb415ed87a8303e50e5472bb4afa81a39 (patch) | |
tree | e4501c216e129f2c35e86917233e94118b5b0328 /usr.bin | |
parent | 12d7e98b5f6975239996b1e29c855f3fd050fcd8 (diff) |
Update HISTORY section. Full gzip compat was added in 3.4 and the
'g' stands for gratis.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/compress/compress.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1 index d437d7110ac..f97eff0fd8c 100644 --- a/usr.bin/compress/compress.1 +++ b/usr.bin/compress/compress.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compress.1,v 1.25 2003/08/06 13:10:48 jmc Exp $ +.\" $OpenBSD: compress.1,v 1.26 2003/08/16 23:43:06 millert Exp $ .\" $NetBSD: compress.1,v 1.5 1995/03/26 09:44:34 glass Exp $ .\" .\" Copyright (c) 1986, 1990, 1993 @@ -386,3 +386,13 @@ command appeared in .Bx 4.3 . The deflate compression support was added in .Ox 2.1 . +Full +.Nm gzip +compatibility was added in +.Ox 3.4 . +The +.Sq g +in this version of +.Nm gzip +stands for +.Dq gratis . |