740027
diff -urNp coreutils-6.10-orig/doc/coreutils.texi coreutils-6.10/doc/coreutils.texi
740027
--- coreutils-6.10-orig/doc/coreutils.texi	2008-04-07 17:52:11.000000000 +0200
740027
+++ coreutils-6.10/doc/coreutils.texi	2008-04-07 18:01:43.000000000 +0200
740027
@@ -6981,6 +6981,11 @@ for i; do
740027
 exit $fail
740027
 @end example
740027
 
740027
+@item -c
740027
+@cindex SELinux security context information, preserving
740027
+Preserve SELinux security context of the original files if possible.
740027
+Some file systems don't support storing of SELinux security context.
740027
+
740027
 @item --copy-contents
740027
 @cindex directories, copying recursively
740027
 @cindex copying directories recursively
740027
diff -urNp coreutils-8.22-orig/doc/coreutils.texi coreutils-8.22/doc/coreutils.texi
740027
--- coreutils-8.22-orig/doc/coreutils.texi	2015-06-12 14:16:22.672832509 +0200
740027
+++ coreutils-8.22/doc/coreutils.texi	2015-06-12 14:43:02.646303224 +0200
740027
@@ -7311,13 +7311,32 @@ it also affects the HP-UX @command{ls} p
740027
 
740027
 @item -Z
740027
 @itemx --context
740027
+@itemx --scontext
740027
+@itemx --lcontext
740027
+@itemx --format=context
740027
 @opindex -Z
740027
 @opindex --context
740027
+@opindex --format=security
740027
+@opindex --scontext
740027
+@opindex --lcontext
740027
 @cindex SELinux
740027
 @cindex security context
740027
 Display the SELinux security context or @samp{?} if none is found.
740027
-When used with the @option{-l} option, print the security context
740027
-to the left of the size column.
740027
+@option{-Z} counts as format option and enables displaying of SELinux
740027
+context.
740027
+@option{--scontext} prints SELinux context left to the file name.
740027
+@option{--lcontext} prints long format with SELinux context in the middle.
740027
+@option{--context} prints permissions, user/group, context and file name (in comparison to @option{--lcontext}, omits size, modification time and number of hardlinks).
740027
+
740027
+Note: When multiple format options are used in @command{ls},
740027
+the last one is used. Therefore @samp{ls -lZ} (security format
740027
+is last - same as @samp{ls --context}) differs from @samp{ls -Zl}
740027
+(long format with selinux context is shown, same as @samp{ls --lcontext})
740027
+
740027
+Do not rely on @option{--scontext} and @option{--lcontext}
740027
+options in your scripts. They will be removed in next major
740027
+version of Red Hat Enterprise Linux. @option{--context} behaviour
740027
+will change (just enabling displaying SELinux context).
740027
 
740027
 @end table
740027