diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2008-03-08 11:37:34 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2008-03-08 11:37:34 +0000 |
commit | 4dcc11f506add98fccd7b9eeea0132983e3951e0 (patch) | |
tree | e28e6690895ca4d9a25e4b91a83f04c6855cd47b | |
parent | 39915c807d89e0016973994ee07c543fa15496ad (diff) |
Document that -k 0 does not do anything, instead of sending bytes every
0 seconds.
-rw-r--r-- | usr.bin/ftp/ftp.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index c6d6d8c2d5b..e48f5fe5099 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.65 2007/11/28 16:21:25 jmc Exp $ +.\" $OpenBSD: ftp.1,v 1.66 2008/03/08 11:37:33 espie Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ftp.1 8.3 (Berkeley) 10/9/94 .\" -.Dd $Mdocdate: November 28 2007 $ +.Dd $Mdocdate: March 8 2008 $ .Dt FTP 1 .Os .Sh NAME @@ -151,7 +151,11 @@ Disables file name globbing. Turns off interactive prompting during multiple file transfers. .It Fl k Ar seconds -Sends a byte after each +If +.Ar k +is not +.Ar 0 , +sends a byte after each .Ar seconds period over the control connection during long transfers, so that incorrectly configured network equipment won't |