Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no more Xr to gzsig | 2014-10-07 | 1 | -3/+2 | |
| | |||||
* | make description of gzip(1) exit status codes more accurate. | 2014-01-28 | 1 | -5/+22 | |
| | | | | | | issue pointed out by jmc@, verified by me. ok jmc@ | ||||
* | make it clear that -LV are no ops; ok millert | 2014-01-28 | 1 | -4/+6 | |
| | |||||
* | Remove the no-op flags -L and -V from compress(1), these options | 2014-01-27 | 1 | -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 STATUS | 2013-12-29 | 1 | -10/+10 | |
| | |||||
* | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | 2012-09-26 | 1 | -2/+5 | |
| | | | | references into a STANDARDS section; | ||||
* | flesh out the rfc sections; | 2012-08-21 | 1 | -11/+21 | |
| | |||||
* | Remove the rcsid which were intentionally skipped in the "purge of 2009" | 2011-09-22 | 1 | -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@ | 2009-04-18 | 1 | -3/+3 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | oops, tweak previous here too; | 2007-04-04 | 1 | -2/+2 | |
| | |||||
* | Clarify the behavior of the -N and -n flags. | 2007-04-04 | 1 | -10/+17 | |
| | |||||
* | Document $GZIP environment variable. | 2007-01-31 | 1 | -1/+11 | |
| | | | | OK jmc@ and millert@. | ||||
* | split compress(1) into compress(1) and gzip(1), as suggested by millert; | 2007-01-24 | 1 | -0/+340 | |
ok/help millert otto |