=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/compress/compress.1,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/compress/compress.1 1997/06/30 11:49:48 1.3 +++ src/usr.bin/compress/compress.1 1997/07/06 20:22:53 1.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compress.1,v 1.3 1997/06/30 11:49:48 deraadt Exp $ +.\" $OpenBSD: compress.1,v 1.4 1997/07/06 20:22:53 mickey Exp $ .\" $NetBSD: compress.1,v 1.5 1995/03/26 09:44:34 glass Exp $ .\" .\" Copyright (c) 1986, 1990, 1993 @@ -49,11 +49,13 @@ .Nd compress and expand data .Sh SYNOPSIS .Nm compress -.Op Fl cfv +.Op Fl cftgOqv .Op Fl b Ar bits +.Op Fl o Ar filename .Op Ar .Nm uncompress -.Op Fl cfv +.Op Fl cftoqv +.Op Fl o Ar filename .Op Ar .\".Nm zcat .\".Op Ar @@ -102,11 +104,23 @@ .It Fl c Compressed or uncompressed output is written to the standard output. No files are modified. +.It Fl d +Decompress the source files instead of compressing them. .It Fl f Force compression of .Ar file , even if it is not actually reduced in size. Additionally, files are overwritten without prompting for confirmation. +.It Fl g +Use deflate scheme wich reported to provide better compression rates. +.It Fl O +Use old compression method (default is based on the program name). +.It Fl o +Set the output file name. +.It Fl t +Test the entefrity of each file leaving any files intact. +.It Fl q +Be quite, suppress any messages. .It Fl v Print the percentage reduction of each file. .El @@ -161,7 +175,6 @@ .Nm compress utility exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO -.Xr zcat 1 .Rs .%A Welch, Terry A. .%D June, 1984 @@ -175,3 +188,5 @@ .Nm command appeared in .Bx 4.3 . +The deflate compression support added in +.Ox 2.1 .