diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-02-08 21:37:26 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-02-08 21:37:26 +0000 |
commit | 57d4ab66744e4fb08fcd64cb5413855c14715c7f (patch) | |
tree | 28308cc80e42f8f816fce35aa77082dcfb7c6a2e /NEWS | |
parent | 8388a2febc253d23a25abc3ff545be9fe5c3b949 (diff) | |
download | coreutils-57d4ab66744e4fb08fcd64cb5413855c14715c7f.tar.xz |
Document stat -f -c %S, plus changes to default formats.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,11 @@ GNU coreutils NEWS -*- outline -*- test now detects integer overflow when evaluating large integers, rather than silently wrapping around. +** New features + + stat -f -c %S outputs the fundamental block size (used for block counts). + stat -f's default output format has been changed to output this size as well. + * Major changes in release 5.3.0 (2005-01-08) [unstable] ** Bug fixes |