From: Paul Eggert Date: Tue, 8 Feb 2005 20:46:52 +0000 (+0000) Subject: * doc/coreutils.texi (stat invocation): Match stat --usage better. X-Git-Tag: CPPI-1_12~1484 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8388a2febc253d23a25abc3ff545be9fe5c3b949;p=thirdparty%2Fcoreutils.git * doc/coreutils.texi (stat invocation): Match stat --usage better. * src/stat.c (usage): Match doc better. Say that %s is the "Fundamental block size". --- diff --git a/ChangeLog b/ChangeLog index b52906cf48..0c1c223ced 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ -2005-02-03 Paul Eggert +2005-02-08 Paul Eggert * 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 + * src/system.h: Include "memrchr.h". (memrchr) [!HAVE_DECL_MEMRCHR]: Remove decl.