summaryrefslogtreecommitdiffstats
path: root/bin/rcp/rcp.1
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2002-08-09 16:12:08 +0000
committerume <ume@FreeBSD.org>2002-08-09 16:12:08 +0000
commit6b28291e08d0da1de94efbb81116f3ed126d72c7 (patch)
treea35937f2cdbc3a7b10408a95341cd01609ec99c1 /bin/rcp/rcp.1
parentc516cea85b5d127aeec661bbe20bba53613e3069 (diff)
downloadFreeBSD-src-6b28291e08d0da1de94efbb81116f3ed126d72c7.zip
FreeBSD-src-6b28291e08d0da1de94efbb81116f3ed126d72c7.tar.gz
IPv6 support for rcp.
You cannot specify a raw IPv6 address for now. MFC after: 1 week
Diffstat (limited to 'bin/rcp/rcp.1')
-rw-r--r--bin/rcp/rcp.18
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1
index 8eab25f..217e1b8 100644
--- a/bin/rcp/rcp.1
+++ b/bin/rcp/rcp.1
@@ -40,11 +40,11 @@
.Nd remote file copy
.Sh SYNOPSIS
.Nm
-.Op Fl Kpx
+.Op Fl 46Kpx
.Op Fl k Ar realm
.Ar file1 file2
.Nm
-.Op Fl Kprx
+.Op Fl 46Kprx
.Op Fl k Ar realm
.Ar
.Ar directory
@@ -63,6 +63,10 @@ or a `/' before any `:'s).
.Pp
The following options are available:
.Bl -tag -width indent
+.It Fl 4
+Use IPv4 addresses only.
+.It Fl 6
+Use IPv6 addresses only.
.It Fl K
Turn off all Kerberos authentication.
.It Fl k
OpenPOWER on IntegriCloud