Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ftp ftp(1): consistency tweaks



details:   https://anonhg.NetBSD.org/src/rev/be05d9b8ff58
branches:  trunk
changeset: 935916:be05d9b8ff58
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jul 13 11:17:14 2020 +0000

description:
ftp(1): consistency tweaks

diffstat:

 usr.bin/ftp/ftp.1 |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (66 lines):

diff -r 709286016ede -r be05d9b8ff58 usr.bin/ftp/ftp.1
--- a/usr.bin/ftp/ftp.1 Mon Jul 13 11:15:48 2020 +0000
+++ b/usr.bin/ftp/ftp.1 Mon Jul 13 11:17:14 2020 +0000
@@ -1,6 +1,6 @@
-.\"    $NetBSD: ftp.1,v 1.136 2017/07/03 21:34:57 wiz Exp $
+.\"    $NetBSD: ftp.1,v 1.137 2020/07/13 11:17:14 lukem Exp $
 .\"
-.\" Copyright (c) 1996-2015 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1996-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to The NetBSD Foundation
@@ -57,7 +57,7 @@
 .\"
 .\"    @(#)ftp.1       8.3 (Berkeley) 10/9/94
 .\"
-.Dd April 24, 2015
+.Dd July 13, 2020
 .Dt FTP 1
 .Os
 .Sh NAME
@@ -84,7 +84,7 @@
 .Xc
 .Oc
 .Ek
-.Op Fl x Ar xferbufsize
+.Op Fl x Ar xfersize
 .Bk -words
 .\" [[user@]host [port]]
 .Oo
@@ -142,7 +142,7 @@
 .Op Ar \&.\&.\&.
 .Nm
 .Bk -words
-.Fl u Ar URL Ar file
+.Fl u Ar url Ar file
 .Ek
 .Op Ar \&.\&.\&.
 .Sh DESCRIPTION
@@ -284,11 +284,11 @@
 Refer to
 .Ic rate
 for more information.
-.It Fl u Ar URL file Op \&.\&.\&.
+.It Fl u Ar url file Op \&.\&.\&.
 Upload files on the command line to
-.Ar URL
+.Ar url
 where
-.Ar URL
+.Ar url
 is one of the ftp URL types as supported by auto-fetch
 (with an optional target filename for single file uploads), and
 .Ar file
@@ -312,9 +312,9 @@
 .Nm
 to show all responses from the remote server, as well
 as report on data transfer statistics.
-.It Fl x Ar xferbufsize
+.It Fl x Ar xfersize
 Set the size of the socket send and receive buffers to
-.Ar xferbufsize .
+.Ar xfersize .
 Refer to
 .Ic xferbuf
 for more information.



Home | Main Index | Thread Index | Old Index