diff options
author | David Leonard <d@cvs.openbsd.org> | 1998-06-12 12:12:53 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1998-06-12 12:12:53 +0000 |
commit | 2f3ae105c77c9ade1dbc5d60b7be842ffd2bdd82 (patch) | |
tree | 1b1fd00aa35d5a720f140ae659a366bd8d90a2c7 /usr.bin/ftp/ftp.1 | |
parent | 772a7db2698919c172fb185f70be4d1320a87e15 (diff) |
make -o semantics obvious
Diffstat (limited to 'usr.bin/ftp/ftp.1')
-rw-r--r-- | usr.bin/ftp/ftp.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index d813ba92e1b..5fe9ade4b64 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.18 1998/04/13 00:58:15 millert Exp $ +.\" $OpenBSD: ftp.1,v 1.19 1998/06/12 12:12:52 d Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -1097,9 +1097,13 @@ then the equivalent of .Ic "mget file" is performed. .Pp -If the directory component of +If no +.Fl o +option is specified, and +the directory component of .Ic file contains no globbing characters, +then it is stored in the current directory as the .Xr basename 1 of |