aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/minigzip
Commit message (Collapse)AuthorAgeFilesLines
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-3/+6
| | | | Notes: svn path=/head/; revision=131491
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
| | | | Notes: svn path=/head/; revision=125503
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-1/+1
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107276
* Actually implement gzip's -c option. minigzip now also doublesJohan Karlsson2002-10-031-2/+9
| | | | | | | | | | | | | | as zcat properly. PR: 13043 Submitted by: Toshihiko ARAI <toshi@jp.freebsd.org> Jonathan Towne <jontow@twcny.rr.com> Approved by: peter, sheldonh (mentor) MFC After: 2 weeks Notes: svn path=/head/; revision=104418
* Use `The .Nm utility'Philippe Charnier2002-04-201-4/+6
| | | | Notes: svn path=/head/; revision=95124
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-1/+1
| | | | Notes: svn path=/head/; revision=72432
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68963
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Add SEE ALSO section including ref to gzip. Add .An.Philippe Charnier1998-01-051-5/+10
| | | | Notes: svn path=/head/; revision=32272
* Fixed .PATH statement so that minigzip.c can be found whenBruce Evans1997-12-131-2/+2
| | | | | | | ${.OBJDIR} != ${.CURDIR}. Notes: svn path=/head/; revision=31702
* This framework builds the 'minigzip' sample program supplied withMike Smith1997-12-132-0/+74
libz. It is a non-GPL-polluted minimal implementation of the 'gzip' command, yielding a 12k executable (vs ~100k for gzip). Notes: svn path=/cvs2svn/branches/MSMITH/; revision=31695