[2.2.0p1] patch to get "scp -S prog" to work right + man page fix

Charles Levert charles at comm.polymtl.ca
Sun Sep 3 06:42:33 EST 2000


Forget the scp.1 part of the last patch and use the following one instead.
I just noticed that details for the -S option appeared twice.


--- scp.1.orig-2.2.0p1	Tue Aug 22 20:46:24 2000
+++ scp.1	Sat Sep  2 15:37:17 2000
@@ -20,6 +20,7 @@
 .Sh SYNOPSIS
 .Nm scp
 .Op Fl pqrvC46
+.Op Fl S Ar ssh
 .Op Fl P Ar port
 .Op Fl c Ar cipher
 .Op Fl i Ar identity_file
@@ -68,11 +69,6 @@
 .It Fl p
 Preserves modification times, access times, and modes from the
 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
 Recursively copy entire directories.
 .It Fl v
@@ -103,7 +99,7 @@
 .Fl p
 is already reserved for preserving the times and modes of the file in
 .Xr rcp 1 .
-.It Fl S
+.It Fl S Ar ssh
 Name of program to use for the encrypted connection. The program must 
 understand
 .Xr ssh 1





More information about the openssh-unix-dev mailing list