]> git.cameronkatri.com Git - bsd-progress.git/blobdiff - progress.1
remove section name comments -- they're in the template.
[bsd-progress.git] / progress.1
index a4185b8d76703943c919ae0a4c31b84f4956f191..1497709bf6c51f6d7c9903508db0eb1bb73fedf1 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $NetBSD: progress.1,v 1.1 2003/01/22 00:14:12 jhawk Exp $
+.\"    $NetBSD: progress.1,v 1.4 2003/02/10 23:59:16 grant Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -83,8 +83,6 @@ is specified, calculate the length using
 .Sh EXIT STATUS
 .Nm
 exits 0 on success.
-.\" .Sh ENVIRONMENT
-.\" .Sh FILES
 .Sh EXAMPLES
 The command
 .Ic progress -zf file.tar.gz tar xf -
@@ -102,16 +100,14 @@ If it is preferred to monitor the progress of the decompression
 process (unlikely), then
 .Ic progress -f file.tar.gz tar zxf -
 could be used.
-.\".Sh DIAGNOSTICS
 .Sh SEE ALSO
 .Xr ftp 1
-.\" .Sh STANDARDS
 .Sh HISTORY
 .Nm
 first appeared in
 .Nx 1.6.1 .
 The dynamic progress bar display code is part of
-.Pa lukemftp .
+.Xr ftp 1 .
 .Sh AUTHORS
 .Nm
 was written by
@@ -124,16 +120,3 @@ 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