=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/scp.1,v retrieving revision 1.21.2.2 retrieving revision 1.22 diff -u -r1.21.2.2 -r1.22 --- src/usr.bin/ssh/scp.1 2003/04/03 22:35:17 1.21.2.2 +++ src/usr.bin/ssh/scp.1 2002/06/20 20:00:05 1.22 @@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.21.2.2 2003/04/03 22:35:17 miod Exp $ +.\" $OpenBSD: scp.1,v 1.22 2002/06/20 20:00:05 stevesk Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -19,14 +19,12 @@ .Nd secure copy (remote file copy program) .Sh SYNOPSIS .Nm scp -.Bk -words -.Op Fl pqrvBC1246 +.Op Fl pqrvBC46 .Op Fl F Ar ssh_config .Op Fl S Ar program .Op Fl P Ar port .Op Fl c Ar cipher .Op Fl i Ar identity_file -.Op Fl l Ar limit .Op Fl o Ar ssh_option .Sm off .Oo @@ -41,7 +39,6 @@ .Ar host2 No : .Oc Ar file2 .Sm on -.Ek .Sh DESCRIPTION .Nm copies files between hosts on a network. @@ -71,8 +68,6 @@ authentication is read. This option is directly passed to .Xr ssh 1 . -.It Fl l Ar limit -Limits the used bandwidth, specified in Kbit/s. .It Fl p Preserves modification times, access times, and modes from the original file. @@ -127,15 +122,9 @@ This is useful for specifying options for which there is no separate .Nm scp -command-line flag. -.It Fl 1 -Forces -.Nm -to use protocol 1. -.It Fl 2 -Forces -.Nm -to use protocol 2. +command-line flag. For example, forcing the use of protocol +version 1 is specified using +.Ic scp -oProtocol=1 . .It Fl 4 Forces .Nm @@ -163,5 +152,5 @@ .Xr ssh-add 1 , .Xr ssh-agent 1 , .Xr ssh-keygen 1 , -.Xr ssh_config 5 , +.Xr ssh_config 5 .Xr sshd 8