summaryrefslogtreecommitdiffstats
path: root/bin/cp/cp.1
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1998-10-13 08:52:29 +0000
committerjkoshy <jkoshy@FreeBSD.org>1998-10-13 08:52:29 +0000
commita80e5f9448da3092f946f17981e92450e60b16d3 (patch)
treeda798a2fd99cd1abecefde8db8d9754cbe010f72 /bin/cp/cp.1
parent663933b7e55b74ec01589ed0de5e17d4a3562ba4 (diff)
downloadFreeBSD-src-a80e5f9448da3092f946f17981e92450e60b16d3.zip
FreeBSD-src-a80e5f9448da3092f946f17981e92450e60b16d3.tar.gz
Correct a grammatical nit and remove ambiguity about the effect of
the -p option. PR: 8229 Submitted-by: Sheldon Hearn <axl@iafrica.com>
Diffstat (limited to 'bin/cp/cp.1')
-rw-r--r--bin/cp/cp.110
1 files changed, 6 insertions, 4 deletions
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index 91bfcd7..000f2ca 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)cp.1 8.3 (Berkeley) 4/18/94
-.\" $Id: cp.1,v 1.9 1997/02/22 14:01:32 peter Exp $
+.\" $Id: cp.1,v 1.10 1998/05/06 06:50:19 charnier Exp $
.\"
.Dd April 18, 1994
.Dt CP 1
@@ -143,13 +143,15 @@ be preserved, the set group ID bit is not preserved
in the copy's permissions.
If the source file has both its set user ID and set group ID bits on,
and either the user ID or group ID cannot be preserved, neither
-the set user ID or set group ID bits are preserved in the copy's
+the set user ID nor set group ID bits are preserved in the copy's
permissions.
.El
.Pp
For each destination file that already exists, its contents are
-overwritten if permissions allow, but its mode, user ID, and group
-ID are unchanged.
+overwritten if permissions allow. Its mode, user ID, and group
+ID are unchanged unless the
+.Fl p
+option was specified.
.Pp
In the second synopsis form,
.Ar target_directory
OpenPOWER on IntegriCloud