aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorenami <enami@NetBSD.org>2003-01-22 03:40:33 +0000
committerenami <enami@NetBSD.org>2003-01-22 03:40:33 +0000
commit504d57527b28d3497ec47bf3edf35efd8a74b8d7 (patch)
tree91dcefc811fad2efe23ae01c62f4cebaaf8e5cc5
parentcb73d7adb8e9cdd4e3d5fb1202400524809280fb (diff)
downloadbsd-progress-504d57527b28d3497ec47bf3edf35efd8a74b8d7.tar.gz
bsd-progress-504d57527b28d3497ec47bf3edf35efd8a74b8d7.tar.zst
bsd-progress-504d57527b28d3497ec47bf3edf35efd8a74b8d7.zip
Remove second item in BUGS section; it is fixed in progress.c rev. 1.2.
-rw-r--r--progress.114
1 files changed, 1 insertions, 13 deletions
diff --git a/progress.1 b/progress.1
index 4519f2c..322ce63 100644
--- a/progress.1
+++ b/progress.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: progress.1,v 1.2 2003/01/22 02:58:16 lukem Exp $
+.\" $NetBSD: progress.1,v 1.3 2003/01/22 03:40:33 enami Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -124,16 +124,4 @@ difficult to read some error messages, both those produced by the
pipeline, as well as those produced by
.Nm
itself.
-.Pp
-Under special circumstances,
-.Nm
-may have its output pipe prematurely closed.
-For example:
-.Bd -literal
-# < /dev/zero progress dd of=/dev/null
- 26923 KB 26.19 MB/s progress: wrote -1 of 512 bytes to output pipe: Bad address
-# 53847+0 records in
-53847+0 records out
-27569664 bytes transferred in 0.997 secs (27652621 bytes/sec)
-.Ed
.\" .Sh SECURITY CONSIDERATIONS