summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-02-08 21:39:23 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-02-08 21:39:23 +0000
commitb068caba7ba0aafa0b7d6c49504fc741aaf9ebf2 (patch)
treea759a83b28dacd49be679fdf5d300f39ad9528a7 /ChangeLog
parent058d7358ed569434d136ddfa7a21550aa68b76cb (diff)
downloadcoreutils-b068caba7ba0aafa0b7d6c49504fc741aaf9ebf2.tar.xz
stat -f -c %S.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c1c223ce..6a17cd0cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,12 +2,15 @@
* Version 5.3.1.
+ * NEWS: Document stat -f -c %S, plus changes to default formats.
* doc/coreutils.texi (stat invocation): Normalize terminology,
capitalization, and sort order to match --help output. Mention %c
- for file systems. Say that %s is the "Fundamental block size",
- since that is what POSIX says; problem reported by Jeroen van
- Wolffelaar.
+ for file systems. Add new -f -c format %S, and document %s versus %S;
+ problem reported by Jeroen van Wolffelaar.
* src/stat.c (usage): Likewise.
+ (STATFS_FRSIZE): New macro.
+ (print_statfs): Use it, for stat -f -c %S.
+ (do_statfs): Change default formats to output %S.
2005-02-03 Paul Eggert <eggert@cs.ucla.edu>