summaryrefslogtreecommitdiffstats
path: root/lib/libz/compress.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update NAME section to include all documented functions,jmc2015-11-101-3/+57
| | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze
* use .In rather than .Fd #includeschwarze2015-09-101-3/+3
|
* Use "In" to mark up include files, instead of wrongly wrapping with Aq.bentley2015-02-151-7/+7
| | | | | | | Aq is not the same as <> in non-ASCII situations, so this caused incorrect output in some places. And it provided no semantics besides. ok schwarze@
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-5/+5
|
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-271-2/+5
| | | | references into a STANDARDS section;
* flesh out the rfc sections;jmc2012-08-211-13/+21
|
* Use .Lk for HTTP hyperlinks, not .Pa.schwarze2012-08-121-3/+3
| | | | | | | | Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>. jmc@ agrees in principle that .Lk is the right macro to use. While here, update a few broken links, and add missing markup at a few places.
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* +.Xr gzip 1jmc2007-01-241-2/+3
|
* sync with zlib.h update (zlib-1.2.3);jmc2005-07-201-21/+325
|
* Update to zlib 1.2.3; OK deraadt@millert2005-07-201-5/+5
|
* sync w/ zlib.h -r 1.8;jmc2004-12-031-12/+11
|
* this page documents zlib 1.2.1, not 1.1.4;jmc2004-12-031-2/+2
|
* some fixes from wiz@netbsd, and a couple other bits;jmc2004-01-291-35/+43
|
* sync man page with update to zlib 1.2.1;jmc2003-12-171-53/+702
|
* updated URL for zlib from wiz@netbsd;jmc2003-10-031-2/+2
|
* - rename zlib(3) -> compress(3) so the name describes a function which exists;jmc2003-10-011-0/+1778
- .Xr compress 1 requested by deraadt@