stat: drop %C support when printing file system details
authorEric Blake <eblake@redhat.com>
Tue, 5 Oct 2010 15:02:37 +0000 (09:02 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 5 Oct 2010 15:07:58 +0000 (09:07 -0600)
commitb7459696dca96015688e82c81eaefad756b63ddc
tree9161b78ce6f91cb170aee4a0f0a3645a390a9dab
parent4c286d341a5443ca9044ac3aca3b69d941f5e531
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.
NEWS
doc/coreutils.texi
src/stat.c