diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-03 22:07:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-03 22:07:36 +0000 |
commit | 1d4ac49f9db4c81c07e6bfec6c3bfe039901af19 (patch) | |
tree | 7ee496cb01a52183d6d38bea68b77effa339078a /NEWS | |
parent | a1da4a039d45f3442ddd61249d76bfd7d0382a5b (diff) | |
download | coreutils-1d4ac49f9db4c81c07e6bfec6c3bfe039901af19.tar.xz |
* NEWS: Update here, too.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |