diff options
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r-- | usr.bin/ftp/ftp.1 | 10 |
1 files changed, 9 insertions, 1 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 |