]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: mention the recent rm improvement
authorPádraig Brady <P@draigBrady.com>
Sun, 25 Sep 2022 14:25:45 +0000 (15:25 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 25 Sep 2022 14:25:45 +0000 (15:25 +0100)
* NEWS: Mention the improvement re handling of directory errnos.

NEWS

diff --git a/NEWS b/NEWS
index d1c400e67f4e4026b81f5635c308bda905f2d763..7f4eab921c5608689d44b3f18ba6675edd5efcdb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -60,6 +60,10 @@ GNU coreutils NEWS                                    -*- outline -*-
   date --debug now diagnoses if multiple --date or --set options are
   specified, as only the last specified is significant in that case.
 
+  rm outputs more accurate diagnostics in the presence of errors
+  when removing directories.  For example EIO will be faithfully
+  diagnosed, rather than being conflated with ENOTEMPTY.
+
 
 * Noteworthy changes in release 9.1 (2022-04-15) [stable]