From: Jim Meyering Date: Wed, 30 Jun 2004 22:17:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17c6fff6baa32583d3a5a4a0cc1562c8a404b492;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 1ac76f44e3..8c89e8b48c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,23 @@ -2004-06-29 Paul Eggert +2004-07-01 Jim Meyering * Version 5.3.0. + * man/sync.x: Use "file system" rather than "filesystem". + * man/stat.x, man/df.x: Likewise. + +2004-06-30 Paul Eggert + + * src/df.c (usage, main): Output "file system" rather than + "filesystem". + * src/du.c (usage): Likewise. + * src/shred.c (usage): Likewise. + * src/stat.c (usage): Likewise. + * src/stat.c (long_options, usage): Rename "--filesystem" to + "--file-system". But keep the old name around, for compatibility + reasons. + +2004-06-29 Paul Eggert + Add support for --no-target-directory option. * NEWS: Document it.