Bug 439426

Summary: Slight addition to the "scp" man page
Product: Red Hat Enterprise Linux 5 Reporter: Tomas Mraz <tmraz>
Component: opensshAssignee: Tomas Mraz <tmraz>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: low Docs Contact:
Priority: low    
Version: 5.2   
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-07 20:09:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tomas Mraz 2008-03-28 17:35:22 UTC
+++ This bug was initially created as a clone of Bug #426596 +++

A slight clarification for the scp man page ("openssh-3.9p1/scp.1"). The "scp.0"
page in the distribution must be generated from scp.1

0) The man page generator on Red Hat does not like the '.Aq' tag which
   appears in front of the Author mail addresses? Removed.

1) Added the text: 

     When copying a source file to a target file which already exists, scp
     will replace the contents of the target file (keeping the inode).

     If the target file does not yet exist, an empty file with the target
     file name is created, then filled with the source file contents.  No
     attempt is made at "near-atomic" transfer using temporary files.

-- Additional comment from d.tonhofer on 2007-12-22 14:35 EST --
Created an attachment (id=290297)
scp manpage patch

Comment 1 Tomas Mraz 2008-04-07 20:09:42 UTC

*** This bug has been marked as a duplicate of 433381 ***