svn commit: r240088 - head/bin/cp

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Sep 4 12:27:24 UTC 2012


Author: trasz
Date: Tue Sep  4 12:27:23 2012
New Revision: 240088
URL: http://svn.freebsd.org/changeset/base/240088

Log:
  Explicitly mention that "cp -p" copies ACLs.
  
  PR:		docs/168962
  MFC after:	1 month

Modified:
  head/bin/cp/cp.1

Modified: head/bin/cp/cp.1
==============================================================================
--- head/bin/cp/cp.1	Tue Sep  4 12:19:34 2012	(r240087)
+++ head/bin/cp/cp.1	Tue Sep  4 12:27:23 2012	(r240088)
@@ -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.


More information about the svn-src-head mailing list