[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.7.2.1 and 1.7.2.2

version 1.7.2.1, 2000/09/01 18:23:22 version 1.7.2.2, 2000/11/08 21:31:11
Line 9 
Line 9 
 .\"  .\"
 .\" Created: Sun May  7 00:14:37 1995 ylo  .\" Created: Sun May  7 00:14:37 1995 ylo
 .\"  .\"
 .\" $Id$  .\" $OpenBSD$
 .\"  .\"
 .Dd September 25, 1999  .Dd September 25, 1999
 .Dt SCP 1  .Dt SCP 1
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
   .Op Fl o Ar option
 .Sm off  .Sm off
 .Oo  .Oo
 .Op Ar user@  .Op Ar user@
Line 68 
Line 70 
 .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 100 
 .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 o Ar option
   The given option is directly passed to
   .Xr ssh 1 .
 .It Fl 4  .It Fl 4
 Forces  Forces
 .Nm  .Nm

Legend:
Removed from v.1.7.2.1  
changed lines
  Added in v.1.7.2.2