=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/scp.1,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/ssh/scp.1 1999/10/16 20:55:42 1.4 +++ src/usr.bin/ssh/scp.1 2000/01/04 16:57:16 1.5 @@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $Id: scp.1,v 1.4 1999/10/16 20:55:42 markus Exp $ +.\" $Id: scp.1,v 1.5 2000/01/04 16:57:16 markus Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -19,7 +19,7 @@ .Nd secure copy (remote file copy program) .Sh SYNOPSIS .Nm scp -.Op Fl pqrvC +.Op Fl pqrvC46 .Op Fl P Ar port .Op Fl c Ar cipher .Op Fl i Ar identity_file @@ -93,6 +93,14 @@ .Fl p is already reserved for preserving the times and modes of the file in .Xr rcp 1 . +.It Fl 4 +Forces +.Nm +to use IPv4 addresses only. +.It Fl 6 +Forces +.Nm +to use IPv6 addresses only. .Sh AUTHORS Timo Rinne and Tatu Ylonen .Sh HISTORY