diff options
author | Eric Blake <eblake@redhat.com> | 2010-10-05 09:02:37 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2010-10-05 09:07:58 -0600 |
commit | b7459696dca96015688e82c81eaefad756b63ddc (patch) | |
tree | 9161b78ce6f91cb170aee4a0f0a3645a390a9dab /doc | |
parent | 4c286d341a5443ca9044ac3aca3b69d941f5e531 (diff) | |
download | coreutils-b7459696dca96015688e82c81eaefad756b63ddc.tar.xz |
stat: drop %C support when printing file system details
* src/stat.c (print_statfs, usage): Drop %C, since it applies to
files, not file systems.
(out_file_context): Match style of other out_* functions.
(print_stat): Update caller.
* doc/coreutils.texi (stat invocation): Document %C.
* NEWS: Document the change.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 12f103a12..f4b76309d 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -10679,6 +10679,7 @@ The valid @var{format} directives for files with @option{--format} and @item %A - Access rights in human readable form @item %b - Number of blocks allocated (see @samp{%B}) @item %B - The size in bytes of each block reported by @samp{%b} +@item %C - The SELinux security context of a file, if available @item %d - Device number in decimal @item %D - Device number in hex @item %f - Raw mode in hex |