Deleted Added
full compact
minigzip.1 (79755) minigzip.1 (95124)
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.\"
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 79755 2001-07-15 08:06:20Z dd $
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
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
38.Nm Minigzip
39is a minimal implementation of the
38The
39.Nm
40utility is a minimal implementation of the
40.Xr gzip 1
41utility. It supports
42compression and decompression of individual files, as well as
43streaming compression and decompression via standard input and
44output.
45.Pp
46The default operation is compression, decompression can be
47selected by supplying the

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

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