summaryrefslogtreecommitdiffstats
path: root/bin/cp
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2012-09-04 12:27:23 +0000
committertrasz <trasz@FreeBSD.org>2012-09-04 12:27:23 +0000
commitb357c43c75b7875a5dbfbd6e6c28e0f15ed74252 (patch)
tree076a40bf2e2194744af2199dfdcb27175ca33743 /bin/cp
parent9e473fee552fcbe0a8739da0505cedb2119526de (diff)
downloadFreeBSD-src-b357c43c75b7875a5dbfbd6e6c28e0f15ed74252.zip
FreeBSD-src-b357c43c75b7875a5dbfbd6e6c28e0f15ed74252.tar.gz
Explicitly mention that "cp -p" copies ACLs.
PR: docs/168962 MFC after: 1 month
Diffstat (limited to 'bin/cp')
-rw-r--r--bin/cp/cp.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index fc5a9f7..8c014b4 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -32,7 +32,7 @@
.\" @(#)cp.1 8.3 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd January 17, 2010
+.Dd September 4, 2012
.Dt CP 1
.Os
.Sh NAME
@@ -164,7 +164,7 @@ Cause
.Nm
to preserve the following attributes of each source
file in the copy: modification time, access time,
-file flags, file mode, user ID, and group ID, as allowed by permissions.
+file flags, file mode, ACL, user ID, and group ID, as allowed by permissions.
.Pp
If the user ID and group ID cannot be preserved, no error message
is displayed and the exit value is not altered.
OpenPOWER on IntegriCloud