Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2012 08:49:04 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r241188 - stable/9/bin/cp
Message-ID:  <201210040849.q948n4XC010018@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Thu Oct  4 08:49:04 2012
New Revision: 241188
URL: http://svn.freebsd.org/changeset/base/241188

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

Modified:
  stable/9/bin/cp/cp.1
Directory Properties:
  stable/9/bin/cp/   (props changed)

Modified: stable/9/bin/cp/cp.1
==============================================================================
--- stable/9/bin/cp/cp.1	Thu Oct  4 08:47:05 2012	(r241187)
+++ stable/9/bin/cp/cp.1	Thu Oct  4 08:49:04 2012	(r241188)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210040849.q948n4XC010018>