diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 21:04:19 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 21:04:19 +0000 |
| commit | eccea571a771f9fa80ccb3963855f281db792efd (patch) | |
| tree | 689771de43fefbd125bbf91e0e8eebf67141a5a2 /bin/cp | |
| parent | 7bc54d2f77705b3ad5d8743466e614f6fcc86516 (diff) | |
Notes
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 6c408b844af3..abec6901ab31 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. |
