]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* NEWS: Update here, too.
authorJim Meyering <jim@meyering.net>
Tue, 3 Oct 2006 22:07:36 +0000 (22:07 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 3 Oct 2006 22:07:36 +0000 (22:07 +0000)
ChangeLog
NEWS

index e777de63a19e5a5b2350d495e843797dab6911ef..aa8190f48d4bc483ebe10cb3077e883fa4880c88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
        in spite of such an errno value.
        * tests/rm/Makefile.am (TESTS): Remove ignore-name-too-long.
        * tests/rm/ignore-name-too-long: Remove file.
+       * NEWS: Update here, too.
 
 2006-10-03  Jim Meyering  <jim@meyering.net>
 
diff --git a/NEWS b/NEWS
index 0129fc2a1c2b2e49ebebc76b88b3b74839f0d162..57e7ebe03d9f0fb15e931962bfcf97267c4b6552 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** Bug fixes
 
-  With --force (-f), rm no longer fails for ENOTDIR or ENAMETOOLONG.
+  With --force (-f), rm no longer fails for ENOTDIR.
   For example, "rm -f existing-non-directory/anything" now exits
   successfully, ignoring the error about a nonexistent file.