]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 26 Jan 2003 11:05:46 +0000 (11:05 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Jan 2003 11:05:46 +0000 (11:05 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c89dad3b3c15a7b3b4860792f642f69d5c367d28..28e2c69e798f7e7a472a5f12690999234934a1e3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@
 * Fix a bug introduced in 4.5.4 that made it so that ls --color would no
   longer highlight the names of files with the execute bit set when not
   specified on the command line.
-* shred's --zero (-z) option no longer gobbles up any following string
+* shred's --zero (-z) option no longer gobbles up any following argument.
   Before, `shred --zero file' would produce `shred: missing file argument',
   and worse, `shred --zero f1 f2 ...' would appear to work, but would leave
   the first file untouched.
@@ -24,7 +24,7 @@
   output STRING between ranges of selected bytes.
 * rm -r can no longer be tricked into mistakenly reporting a cycle.
 * when rm detects a directory cycle, it no longer aborts the entire command,
-  but rather just the affected command line argument.
+  but rather merely stops processing the affected command line argument.
 
 [4.5.4]
 * cp no longer fails to parse options like this: --preserve=mode,ownership