[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.9 and 1.10

version 1.9, 2000/08/19 02:26:08 version 1.10, 2000/09/01 15:25:13
Line 20 
Line 20 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm scp  .Nm scp
 .Op Fl pqrvC46  .Op Fl pqrvC46
   .Op Fl S Ar program
 .Op Fl P Ar port  .Op Fl P Ar port
 .Op Fl c Ar cipher  .Op Fl c Ar cipher
 .Op Fl i Ar identity_file  .Op Fl i Ar identity_file
Line 68 
Line 69 
 .It Fl p  .It Fl p
 Preserves modification times, access times, and modes from the  Preserves modification times, access times, and modes from the
 original file.  original file.
 .It Fl S  
 Name of program to use for the encrypted connection.  
 The program must understand  
 .Xr ssh 1  
 options.  
 .It Fl r  .It Fl r
 Recursively copy entire directories.  Recursively copy entire directories.
 .It Fl v  .It Fl v
Line 103 
Line 99 
 .Fl p  .Fl p
 is already reserved for preserving the times and modes of the file in  is already reserved for preserving the times and modes of the file in
 .Xr rcp 1 .  .Xr rcp 1 .
 .It Fl S  .It Fl S Ar program
 Name of program to use for the encrypted connection. The program must  Name of
 understand  .Ar program
   to use for the encrypted connection. The program must understand
 .Xr ssh 1  .Xr ssh 1
 options.  options.
 .It Fl 4  .It Fl 4

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10