Wed Jul 15 08:56:06 2020 UTC ()
ftp.1: don't wrap "[[user@]host [port]]"


(lukem)
diff -r1.137 -r1.138 src/usr.bin/ftp/ftp.1

cvs diff -r1.137 -r1.138 src/usr.bin/ftp/ftp.1 (expand / switch to unified diff)

--- src/usr.bin/ftp/ftp.1 2020/07/13 11:17:14 1.137
+++ src/usr.bin/ftp/ftp.1 2020/07/15 08:56:05 1.138
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: ftp.1,v 1.137 2020/07/13 11:17:14 lukem Exp $ 1.\" $NetBSD: ftp.1,v 1.138 2020/07/15 08:56:05 lukem Exp $
2.\" 2.\"
3.\" Copyright (c) 1996-2020 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1996-2020 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Luke Mewburn. 7.\" by Luke Mewburn.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -47,27 +47,27 @@ @@ -47,27 +47,27 @@
47.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 47.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
48.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 48.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
49.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 49.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
50.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 50.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
51.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 51.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
52.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 52.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
53.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 53.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
54.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 54.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
55.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 55.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
56.\" SUCH DAMAGE. 56.\" SUCH DAMAGE.
57.\" 57.\"
58.\" @(#)ftp.1 8.3 (Berkeley) 10/9/94 58.\" @(#)ftp.1 8.3 (Berkeley) 10/9/94
59.\" 59.\"
60.Dd July 13, 2020 60.Dd July 15, 2020
61.Dt FTP 1 61.Dt FTP 1
62.Os 62.Os
63.Sh NAME 63.Sh NAME
64.Nm ftp 64.Nm ftp
65.Nd Internet file transfer program 65.Nd Internet file transfer program
66.Sh SYNOPSIS 66.Sh SYNOPSIS
67.Nm 67.Nm
68.Op Fl 46AadefginpRtVv 68.Op Fl 46AadefginpRtVv
69.Op Fl N Ar netrc 69.Op Fl N Ar netrc
70.Op Fl o Ar output 70.Op Fl o Ar output
71.Op Fl P Ar port 71.Op Fl P Ar port
72.Op Fl q Ar quittime 72.Op Fl q Ar quittime
73.Op Fl r Ar retry 73.Op Fl r Ar retry
@@ -78,28 +78,27 @@ @@ -78,28 +78,27 @@
78.Fl T Xo 78.Fl T Xo
79.Sm off 79.Sm off
80.Ar dir , 80.Ar dir ,
81.Ar max 81.Ar max
82.Op , Ar inc 82.Op , Ar inc
83.Sm on 83.Sm on
84.Xc 84.Xc
85.Oc 85.Oc
86.Ek 86.Ek
87.Op Fl x Ar xfersize 87.Op Fl x Ar xfersize
88.Bk -words 88.Bk -words
89.\" [[user@]host [port]] 89.\" [[user@]host [port]]
90.Oo 90.Oo
91.Oo Ar user Ns Li \&@ Oc Ns Ar host 91.Oo Ar user Ns Li \&@ Oc Ns Ar host Oo Op Ar port Oc
92.Op Ar port 
93.Oc 92.Oc
94.Ek 93.Ek
95.Bk -words 94.Bk -words
96.\" [[user@]host:[path][/]] 95.\" [[user@]host:[path][/]]
97.Sm off 96.Sm off
98.Oo 97.Oo
99.Op Ar user Li \&@ 98.Op Ar user Li \&@
100.Ar host Li \&: 99.Ar host Li \&:
101.Op Ar path 100.Op Ar path
102.Op Li / 101.Op Li /
103.Oc 102.Oc
104.Sm on 103.Sm on
105.Ek 104.Ek