| 1 |
diff -up openssh-5.1p1/scp.1.manpage openssh-5.1p1/scp.1
|
| 2 |
--- openssh-5.1p1/scp.1.manpage 2008-07-12 09:12:49.000000000 +0200
|
| 3 |
+++ openssh-5.1p1/scp.1 2008-07-23 19:18:15.000000000 +0200
|
| 4 |
@@ -66,6 +66,14 @@ treating file names containing
|
| 5 |
as host specifiers.
|
| 6 |
Copies between two remote hosts are also permitted.
|
| 7 |
.Pp
|
| 8 |
+When copying a source file to a target file which already exists,
|
| 9 |
+.Nm
|
| 10 |
+will replace the contents of the target file (keeping the inode).
|
| 11 |
+.Pp
|
| 12 |
+If the target file does not yet exist, an empty file with the target
|
| 13 |
+file name is created, then filled with the source file contents.
|
| 14 |
+No attempt is made at "near-atomic" transfer using temporary files.
|
| 15 |
+.Pp
|
| 16 |
The options are as follows:
|
| 17 |
.Bl -tag -width Ds
|
| 18 |
.It Fl 1
|