summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2000-06-12 18:30:16 +0000
committerume <ume@FreeBSD.org>2000-06-12 18:30:16 +0000
commit4310f54cc9471bd981d1ed4455100872b5df4194 (patch)
treeaf90a9e37ffb9c2264db263564be7cf41be70a8a
parente7947cbed1b066a08b637ca36044e167837192b2 (diff)
downloadFreeBSD-src-4310f54cc9471bd981d1ed4455100872b5df4194.zip
FreeBSD-src-4310f54cc9471bd981d1ed4455100872b5df4194.tar.gz
Mention about -4 and -6 options.
-rw-r--r--usr.bin/ftp/ftp.110
-rw-r--r--usr.bin/telnet/telnet.110
2 files changed, 18 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1
index c201f9f..43a637d 100644
--- a/usr.bin/ftp/ftp.1
+++ b/usr.bin/ftp/ftp.1
@@ -44,7 +44,7 @@
file transfer program
.Sh SYNOPSIS
.Nm
-.Op Fl adeginptUvV
+.Op Fl 46adeginptUvV
.Op Fl P Ar port
.Op Fl s Ar src_addr
.Op Ar host Op Ar port
@@ -73,6 +73,14 @@ below for more information.
Options may be specified at the command line, or to the
command interpreter.
.Bl -tag -width Fl
+.It Fl 4
+Forces
+.Nm
+to use IPv4 addresses only.
+.It Fl 6
+Forces
+.Nm
+to use IPv6 addresses only.
.It Fl a
Causes
.Nm
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1
index dfa4fcf..bd0b238 100644
--- a/usr.bin/telnet/telnet.1
+++ b/usr.bin/telnet/telnet.1
@@ -42,7 +42,7 @@
protocol
.Sh SYNOPSIS
.Nm
-.Op Fl 8EFKLNacdfrx
+.Op Fl 468EFKLNacdfrx
.Op Fl S Ar tos
.Op Fl X Ar authtype
.Op Fl e Ar escapechar
@@ -75,6 +75,14 @@ command with those arguments.
.Pp
Options:
.Bl -tag -width indent
+.It Fl 4
+Forces
+.Nm
+to use IPv4 addresses only.
+.It Fl 6
+Forces
+.Nm
+to use IPv6 addresses only.
.It Fl 8
Specifies an 8-bit data path. This causes an attempt to
negotiate the
OpenPOWER on IntegriCloud