Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/progress -z actually passes the input file through g...



details:   https://anonhg.NetBSD.org/src/rev/2cea0f847575
branches:  trunk
changeset: 559915:2cea0f847575
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Thu Mar 25 20:29:51 2004 +0000

description:
-z actually passes the input file through gunzip(1).
Having an option to really pass it through gzip(1) would be nice...

diffstat:

 usr.bin/progress/progress.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 052bfb0a8cca -r 2cea0f847575 usr.bin/progress/progress.1
--- a/usr.bin/progress/progress.1       Thu Mar 25 20:02:04 2004 +0000
+++ b/usr.bin/progress/progress.1       Thu Mar 25 20:29:51 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: progress.1,v 1.7 2004/03/09 19:04:09 wiz Exp $
+.\"    $NetBSD: progress.1,v 1.8 2004/03/25 20:29:51 hubertf Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -79,7 +79,7 @@
 text before (left of) the progress bar.
 .It Fl z
 Filter the input through
-.Xr gzip 1 .
+.Xr gunzip 1 .
 If
 .Fl f
 is specified, calculate the length using



Home | Main Index | Thread Index | Old Index