diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-13 00:58:16 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-13 00:58:16 +0000 |
commit | a1abc34dc02ccab24f87f7dc16062eaee1ef2aa9 (patch) | |
tree | c98f462411a5f2e29c6f291ca4b0fffe72e2fea0 /usr.bin/ftp | |
parent | e42c57928c58740acaecfe2f3fe9a65be88726ce (diff) |
To change output, we use -o. Noted by David Leonard <leonard@csee.uq.edu.au>
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r-- | usr.bin/ftp/ftp.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index 624d243ea1b..d813ba92e1b 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.17 1998/02/17 23:22:55 millert Exp $ +.\" $OpenBSD: ftp.1,v 1.18 1998/04/13 00:58:15 millert Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -1097,10 +1097,7 @@ then the equivalent of .Ic "mget file" is performed. .Pp -If standard output is redirected to a non-tty device, ftp will write -the data file out to standard output. This can be used to pipe data -directly to another process. -Otherwise if the directory component of +If the directory component of .Ic file contains no globbing characters, it is stored in the current directory as the |