diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-02 18:10:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-02 18:10:27 +0000 |
commit | 8988dd62f3ed77c7c199f39dfd81f2be88d30713 (patch) | |
tree | 872257a2caff2309dbae656d6c6c818e0ce88dc0 /usr.bin | |
parent | 5156520bd91eb65ca56ca84999128eb85a8915b5 (diff) |
remove misleading "client host" string;
from matthias kilian pr# 4057;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ftp/ftp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index da7221f5980..8d7befc52f0 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.42 2003/11/20 12:43:55 jmc Exp $ +.\" $OpenBSD: ftp.1,v 1.43 2005/01/02 18:10:26 jmc Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -168,7 +168,7 @@ to show all responses from the remote server, as well as report on data transfer statistics. .El .Pp -The client host with which +The host with which .Nm is to communicate may be specified on the command line. If this is done, |