[BACK]Return to scp.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/scp.1 between version 1.23 and 1.24

version 1.23, 2002/06/22 16:41:57 version 1.24, 2003/01/23 14:06:15
Line 19 
Line 19 
 .Nd secure copy (remote file copy program)  .Nd secure copy (remote file copy program)
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm scp  .Nm scp
 .Op Fl pqrvBC46  .Op Fl pqrvBC1246
 .Op Fl F Ar ssh_config  .Op Fl F Ar ssh_config
 .Op Fl S Ar program  .Op Fl S Ar program
 .Op Fl P Ar port  .Op Fl P Ar port
Line 123 
Line 123 
 for which there is no separate  for which there is no separate
 .Nm scp  .Nm scp
 command-line flag.  For example, forcing the use of protocol  command-line flag.  For example, forcing the use of protocol
 version 1 is specified using  version 1 can be specified using
 .Ic scp -oProtocol=1 .  .Ic scp -oProtocol=1 .
   .It Fl 1
   Forces
   .Nm
   to use protocol 1.
   .It Fl 2
   Forces
   .Nm
   to use protocol 2.
 .It Fl 4  .It Fl 4
 Forces  Forces
 .Nm  .Nm

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24