summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-02-08 20:46:52 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-02-08 20:46:52 +0000
commit8388a2febc253d23a25abc3ff545be9fe5c3b949 (patch)
tree5ff80da9967393dfda269fd4b7e7c3980b972055 /ChangeLog
parent9440e98dd4fd7158b69fe96bc68577bdf1c48493 (diff)
downloadcoreutils-8388a2febc253d23a25abc3ff545be9fe5c3b949.tar.xz
* doc/coreutils.texi (stat invocation): Match stat --usage better.
* src/stat.c (usage): Match doc better. Say that %s is the "Fundamental block size".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b52906cf4..0c1c223ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,16 @@
-2005-02-03 Paul Eggert <eggert@cs.ucla.edu>
+2005-02-08 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
+ * 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.
+ * src/stat.c (usage): Likewise.
+
+2005-02-03 Paul Eggert <eggert@cs.ucla.edu>
+
* src/system.h: Include "memrchr.h".
(memrchr) [!HAVE_DECL_MEMRCHR]: Remove decl.