Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/gzip fix markup of --suffix option



details:   https://anonhg.NetBSD.org/src/rev/6865205bb5d1
branches:  trunk
changeset: 556663:6865205bb5d1
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Dec 23 08:19:49 2003 +0000

description:
fix markup of --suffix option
add zlib(3) xref also to SEE ALSO

diffstat:

 usr.bin/gzip/gzip.1 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r f9c6403a956c -r 6865205bb5d1 usr.bin/gzip/gzip.1
--- a/usr.bin/gzip/gzip.1       Tue Dec 23 08:11:58 2003 +0000
+++ b/usr.bin/gzip/gzip.1       Tue Dec 23 08:19:49 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: gzip.1,v 1.1.1.1 2003/12/23 05:16:32 mrg Exp $
+.\"    $NetBSD: gzip.1,v 1.2 2003/12/23 08:19:49 jdolecek Exp $
 .\"
 .\" Copyright (c) 1997, 2003 Matthew R. Green
 .\" All rights reserved.
@@ -118,7 +118,7 @@
 the files in a directory tree individually, using the
 .Xr fts 3
 library.
-.It Fl S Ar suffix , -suffix Ar suffix
+.It Fl S Ar suffix , Fl -suffix Ar suffix
 This option changes the default suffix from .gz to
 .Ar suffix .
 .It Fl t , -test
@@ -146,7 +146,8 @@
 option being the slowest, with optimal compression.
 .El
 .Sh SEE ALSO
-.Xr fts 3
+.Xr fts 3 ,
+.Xr zlib 3
 .Sh HISTORY
 The
 .Nm



Home | Main Index | Thread Index | Old Index