From: Pádraig Brady Date: Sun, 25 Sep 2022 14:25:45 +0000 (+0100) Subject: doc: mention the recent rm improvement X-Git-Tag: v9.2~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=800ff60f6f68223e30e8dd347381a2934cdb4f1c;p=thirdparty%2Fcoreutils.git doc: mention the recent rm improvement * NEWS: Mention the improvement re handling of directory errnos. --- diff --git a/NEWS b/NEWS index d1c400e67f..7f4eab921c 100644 --- 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]