summaryrefslogtreecommitdiff
path: root/usr.bin/minigzip
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-01-05 07:14:54 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-01-05 07:14:54 +0000
commitd3173ea71cd11fc17958d428dfebfd7be6a139ad (patch)
treee951aba04fe248c1cc3bac8efc924dcbccf263b6 /usr.bin/minigzip
parent125c8263d859a9e87269bba2762bdee57b120681 (diff)
downloadsrc-test-d3173ea71cd11fc17958d428dfebfd7be6a139ad.tar.gz
src-test-d3173ea71cd11fc17958d428dfebfd7be6a139ad.zip
Add SEE ALSO section including ref to gzip. Add .An.
Notes
Notes: svn path=/head/; revision=32272
Diffstat (limited to 'usr.bin/minigzip')
-rw-r--r--usr.bin/minigzip/minigzip.115
1 files changed, 10 insertions, 5 deletions
diff --git a/usr.bin/minigzip/minigzip.1 b/usr.bin/minigzip/minigzip.1
index aac210fb2539b..7ace82cbf4e59 100644
--- a/usr.bin/minigzip/minigzip.1
+++ b/usr.bin/minigzip/minigzip.1
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: minigzip.1,v 1.1.1.1 1997/12/13 09:57:48 msmith Exp $
.\"
.Dd December 13, 1997
.Dt MINIGZIP 1
@@ -35,8 +35,10 @@
.Op Fl d
.Op Ar file ...
.Sh DESCRIPTION
-.Nm
-is a minimal implementation of the gzip utility. It supports
+.Nm Minigzip
+is a minimal implementation of the
+.Xr gzip 1
+utility. It supports
compression and decompression of individual files, as well as
streaming compression and decompression via standard input and
output.
@@ -61,6 +63,9 @@ arguments are supplied,
.Nm
reads from standard input and writes the results of the operation
to standard output.
+.Sh SEE ALSO
+.Xr gzip 1
.Sh AUTHORS
-.Nm
-was written by Jean-loup Gailly.
+.Nm Minigzip
+was written by
+.An Jean-loup Gailly .