diff options
| author | lukem <lukem@NetBSD.org> | 2007-04-12 06:31:20 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2007-04-12 06:31:20 +0000 |
| commit | 3d05e3a2bc634ff8b0727b0cbdd243c8697b6285 (patch) | |
| tree | f564b7b8bde0b3a2acdac7c4b6332aa454f3964d /usr.bin/progress/progress.1 | |
| parent | b7dea033462c461fb318baea0997621ca648cce7 (diff) | |
Update example to use KiB per recent change to ../ftp/progressbar.c
Diffstat (limited to 'usr.bin/progress/progress.1')
| -rw-r--r-- | usr.bin/progress/progress.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/progress/progress.1 b/usr.bin/progress/progress.1 index 346bbf45496..3a19ab17d39 100644 --- a/usr.bin/progress/progress.1 +++ b/usr.bin/progress/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 |
