aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2007-04-12 06:31:20 +0000
committerlukem <lukem@NetBSD.org>2007-04-12 06:31:20 +0000
commit977bbf7a615d0fa4b92f64bbcb5905571dfbfd27 (patch)
tree3d0bfbd3a7466a8e73098317d9dc70558781b242
parent33b6855cc8ed186529c5acc06e7861f361096a3e (diff)
downloadbsd-progress-977bbf7a615d0fa4b92f64bbcb5905571dfbfd27.tar.gz
bsd-progress-977bbf7a615d0fa4b92f64bbcb5905571dfbfd27.tar.zst
bsd-progress-977bbf7a615d0fa4b92f64bbcb5905571dfbfd27.zip
Update example to use KiB per recent change to ../ftp/progressbar.c
-rw-r--r--progress.116
1 files changed, 8 insertions, 8 deletions
diff --git a/progress.1 b/progress.1
index 346bbf4..3a19ab1 100644
--- a/progress.1
+++ b/progress.1
@@ -1,6 +1,6 @@
-.\" $NetBSD: progress.1,v 1.11 2006/01/12 21:52:01 wiz Exp $
+.\" $NetBSD: progress.1,v 1.12 2007/04/12 06:31:20 lukem Exp $
.\"
-.\" Copyright (c) 2003,2004 The NetBSD Foundation, Inc.
+.\" Copyright (c) 2003-2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
@@ -30,7 +30,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd January 12, 2006
+.Dd April 12, 2007
.Dt PROGRESS 1
.Os
.Sh NAME
@@ -100,10 +100,10 @@ will extract the
.Pa file.tar.gz
displaying the progress bar as time passes:
.Bd -literal
- 0% | | 0 0.00 KB/s --:-- ETA
- 40% |********** | 273 KB 271.95 KB/s 00:01 ETA
- 81% |************************* | 553 KB 274.61 KB/s 00:00 ETA
-100% |*********************************| 680 KB 264.59 KB/s 00:00 ETA
+ 0% | | 0 0.00 KiB/s --:-- ETA
+ 40% |******** | 273 KiB 271.95 KiB/s 00:01 ETA
+ 81% |*********************** | 553 KiB 274.61 KiB/s 00:00 ETA
+100% |*******************************| 680 KiB 264.59 KiB/s 00:00 ETA
.Ed
.Pp
If it is preferred to monitor the progress of the decompression
@@ -114,7 +114,7 @@ could be used.
The command
.Dl dd if=/dev/rwd0d ibs=64k | \e
.Dl progress -l 120g dd of=/dev/rwd1d obs=64k
-will copy the 120 GB disk
+will copy the 120 GiB disk
.Sy wd0
.Pa ( /dev/rwd0d )
to