-.\" $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.
.Sh EXIT STATUS
.Nm
exits 0 on success.
-.\" .Sh ENVIRONMENT
-.\" .Sh FILES
.Sh EXAMPLES
The command
.Ic progress -zf file.tar.gz tar xf -
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
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