diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-06-12 18:30:16 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-06-12 18:30:16 +0000 |
| commit | 6c62dafbff4864455463d081e2ee2923ea037668 (patch) | |
| tree | 43d411c682f84b6f41a4038804946a38dff6069f | |
| parent | 8757e5bbc5ff50725e717416677da04ebe94c720 (diff) | |
Notes
| -rw-r--r-- | usr.bin/ftp/ftp.1 | 10 | ||||
| -rw-r--r-- | usr.bin/telnet/telnet.1 | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index c201f9fd484d7..43a637d43e611 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 dfa4fcfe75a9a..bd0b238e7407e 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 |
