diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-30 22:17:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-30 22:17:51 +0000 |
commit | 17c6fff6baa32583d3a5a4a0cc1562c8a404b492 (patch) | |
tree | b2183ee82fcc2bffcff8475f71b80aea5ef549e8 | |
parent | 26fffc510b3f9509c91fbab2014598b16d193c2c (diff) | |
download | coreutils-17c6fff6baa32583d3a5a4a0cc1562c8a404b492.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,7 +1,23 @@ -2004-06-29 Paul Eggert <eggert@cs.ucla.edu> +2004-07-01 Jim Meyering <jim@meyering.net> * 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 <eggert@cs.ucla.edu> + + * 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 <eggert@cs.ucla.edu> + Add support for --no-target-directory option. * NEWS: Document it. |