summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-26 07:51:27 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-26 07:51:27 +0000
commitbb14284481603bcff05e03b051ae920e06167318 (patch)
treebeb76a2ed362a37f4c38467d9ad1d65dfaa73de2 /NEWS
parent45ad3543a92fb2368fafb13885662666597a2496 (diff)
downloadcoreutils-bb14284481603bcff05e03b051ae920e06167318.tar.xz
df updates for "none", "proc", inaccessible file systems.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 843fd907e..ea81b2552 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,11 @@ GNU coreutils NEWS -*- outline -*-
** Changes in behavior
+ df now considers "none" and "proc" file systems to be dummies and
+ therefore does not normally display them. Also, inaccessible file
+ systems (which can be caused by shadowed mount points or by chrooted
+ bind mounts) are now dummies, too.
+
ln now uses different (and we hope clearer) diagnostics when it fails.
ln -v now acts more like FreeBSD, so it generates output only when
successful and the output is easier to parse.