]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
df updates for "none", "proc", inaccessible file systems.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Nov 2005 07:51:27 +0000 (07:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Nov 2005 07:51:27 +0000 (07:51 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 843fd907e4a1d966d2fbdc8c3b48d8b1b01b9a1d..ea81b255213b5f1110dd4e86ecfb4e268ef99668 100644 (file)
--- 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.