diff options
author | ru <ru@FreeBSD.org> | 2004-07-02 21:04:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-02 21:04:19 +0000 |
commit | d40c857e0d3367205daa400d589a200a1776f876 (patch) | |
tree | 689771de43fefbd125bbf91e0e8eebf67141a5a2 /bin/cp | |
parent | d27d6d8e3ad962ceaae81c1de97ea5cec29c444e (diff) | |
download | FreeBSD-src-d40c857e0d3367205daa400d589a200a1776f876.zip FreeBSD-src-d40c857e0d3367205daa400d589a200a1776f876.tar.gz |
Mechanically kill hard sentence breaks.
Diffstat (limited to 'bin/cp')
-rw-r--r-- | bin/cp/cp.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index 6c408b84..abec690 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -173,7 +173,8 @@ to be verbose, showing files as they are copied. .El .Pp For each destination file that already exists, its contents are -overwritten if permissions allow. Its mode, user ID, and group +overwritten if permissions allow. +Its mode, user ID, and group ID are unchanged unless the .Fl p option was specified. |