History log of /freebsd-10-stable/usr.bin/minigzip/minigzip.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 235802 22-May-2012 delphij

commandline -> command line

MFC after: 1 week


# 131491 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 107276 26-Nov-2002 ru

mdoc(7) police: markup polishing.

Approved by: re


# 104418 03-Oct-2002 johan

Actually implement gzip's -c option. minigzip now also doubles
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


# 95124 20-Apr-2002 charnier

Use `The .Nm utility'


# 79755 15-Jul-2001 dd

Remove whitespace at EOL.


# 72432 13-Feb-2001 ru

mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.


# 68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 32272 05-Jan-1998 charnier

Add SEE ALSO section including ref to gzip. Add .An.


# 31696 13-Dec-1997 msmith

This commit was generated by cvs2svn to compensate for changes in r31695,
which included commits to RCS files with non-trunk default branches.


# 31695 13-Dec-1997 msmith

This framework builds the 'minigzip' sample program supplied with
libz. It is a non-GPL-polluted minimal implementation of the 'gzip'
command, yielding a 12k executable (vs ~100k for gzip).