summaryrefslogtreecommitdiffstats
path: root/usr.bin/compress/gzip.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* no more Xr to gzsigderaadt2014-10-071-3/+2
|
* make description of gzip(1) exit status codes more accurate.sobrado2014-01-281-5/+22
| | | | | | issue pointed out by jmc@, verified by me. ok jmc@
* make it clear that -LV are no ops; ok millertjmc2014-01-281-4/+6
|
* Remove the no-op flags -L and -V from compress(1), these optionsmillert2014-01-271-10/+5
| | | | | | | come from GNU zip and they were never in compress(1) until we added gzip(1) support to it. Also remove -g flag from gzip(1) as it is non-standard and only makes sense in compress(1). Joint work with jmc@ and sobrado@. OK jmc@, sobrado@
* +.Sh EXIT STATUSjmc2013-12-291-10/+10
|
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-261-2/+5
| | | | references into a STANDARDS section;
* flesh out the rfc sections;jmc2012-08-211-11/+21
|
* Remove the rcsid which were intentionally skipped in the "purge of 2009"deraadt2011-09-221-6/+4
| | | | | | because the -V command printed them... gut the -V (and -L, while there) to be silent. ok miod jsg
* allow -V (show version) in decompression mode; ok millert@naddy2009-04-181-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* oops, tweak previous here too;jmc2007-04-041-2/+2
|
* Clarify the behavior of the -N and -n flags.millert2007-04-041-10/+17
|
* Document $GZIP environment variable.ray2007-01-311-1/+11
| | | | OK jmc@ and millert@.
* split compress(1) into compress(1) and gzip(1), as suggested by millert;jmc2007-01-241-0/+340
ok/help millert otto