doc: cp: clarify behavior of the --preserve=xattr option
authorBernhard Voelker <mail@bernhard-voelker.de>
Sat, 24 Nov 2012 15:04:44 +0000 (16:04 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Sat, 24 Nov 2012 17:51:12 +0000 (18:51 +0100)
* doc/coreutils.texi (cp invocation): Enhance documentation
of the --preserve=xattr option regarding the preservation
of ACLs, SELinux contexts and capabilities: the user may
notice this only when not specifying --preserve=mode
and --preserve=context, too, i.e., otherwise, these attributes
are preserved anyway.

doc/coreutils.texi

index 77f97a1..46d3680 100644 (file)
@@ -7838,7 +7838,8 @@ Preserve SELinux security context of the file, or fail with full diagnostics.
 Preserve extended attributes of the file, or fail with full diagnostics.
 If @command{cp} is built without xattr support, ignore this option.
 If SELinux context, ACLs or Capabilities are implemented using xattrs,
-they are preserved by this option as well.
+they are preserved implicitly by this option as well, i.e., even without
+specifying @option{--preserve=mode} or @option{--preserve=context}.
 @item all
 Preserve all file attributes.
 Equivalent to specifying all of the above, but with the difference