diff options
author | 1998-04-13 00:58:15 +0000 | |
---|---|---|
committer | 1998-04-13 00:58:15 +0000 | |
commit | ed81a436c1c6a7191d0077e199a09c2091f0cb10 (patch) | |
tree | 5f22f77af17113ceed1af7c2771a32fe816f4c0f | |
parent | the problem is in /boot, not in biosboot (diff) | |
download | wireguard-openbsd-ed81a436c1c6a7191d0077e199a09c2091f0cb10.tar.xz wireguard-openbsd-ed81a436c1c6a7191d0077e199a09c2091f0cb10.zip |
To change output, we use -o. Noted by David Leonard <leonard@csee.uq.edu.au>
-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 |