]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Document stat -f -c %S, plus changes to default formats.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Feb 2005 21:37:26 +0000 (21:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Feb 2005 21:37:26 +0000 (21:37 +0000)
NEWS

diff --git a/NEWS b/NEWS
index da19996af9982e08de4d51197b254c700c7c85dc..f703e6ee39e783b298e327e1cc1c8f2418acffcf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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