Deleted Added
sdiff udiff text old ( 79755 ) new ( 95124 )
full compact
1.\" Copyright (c) 1997
2.\" Michael Smith
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/usr.bin/minigzip/minigzip.1 95124 2002-04-20 12:18:28Z charnier $
26.\"
27.Dd December 13, 1997
28.Dt MINIGZIP 1
29.Os
30.Sh NAME
31.Nm minigzip
32.Nd minimal implementation of the 'gzip' compression tool
33.Sh SYNOPSIS
34.Nm
35.Op Fl d
36.Op Ar
37.Sh DESCRIPTION
38The
39.Nm
40utility is a minimal implementation of the
41.Xr gzip 1
42utility. It supports
43compression and decompression of individual files, as well as
44streaming compression and decompression via standard input and
45output.
46.Pp
47The default operation is compression, decompression can be
48selected by supplying the

--- 13 unchanged lines hidden (view full) ---

62.Ar file
63arguments are supplied,
64.Nm
65reads from standard input and writes the results of the operation
66to standard output.
67.Sh SEE ALSO
68.Xr gzip 1
69.Sh AUTHORS
70The
71.Nm
72utility was written by
73.An Jean-loup Gailly .