summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-10-18 08:58:55 +0000
committerJim Meyering <jim@meyering.net>2004-10-18 08:58:55 +0000
commit35abc478c609f847a7533796d0bafc98808396d5 (patch)
tree8cedd331e0030465b3ed79d815d958385eec1de8
parente37a41205284108c715c308f7d1c36a2a77e9f2c (diff)
downloadcoreutils-35abc478c609f847a7533796d0bafc98808396d5.tar.xz
rm (and mv when moving between partitions) no longer fails when
operating on too many command-line-specified nonempty directories.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bace261f6..c195a88db 100644
--- a/NEWS
+++ b/NEWS
@@ -92,6 +92,9 @@ GNU coreutils NEWS -*- outline -*-
ptx now diagnoses invalid values for its --width=N (-w)
and --gap-size=N (-g) options.
+ rm (and mv when moving between partitions) no longer fails when
+ operating on too many command-line-specified nonempty directories.
+
rm (without -f) no longer hangs when attempting to remove a symlink
to a file on an off-line NFS-mounted partition.