]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
mention the df fix of 2006-01-24
authorJim Meyering <jim@meyering.net>
Sun, 7 May 2006 15:53:25 +0000 (15:53 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 May 2006 15:53:25 +0000 (15:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5ae2c960f6c516d40a835613d922f1858cf9f385..9ca4fab3d2f5b4b74228c3b8aac70720c2d9e967 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** Improved robustness
 
+  df: if the file system claims to have more available than total blocks,
+  report the number of used blocks as being "total - available"
+  (a negative number) rather than as garbage.
+
   rm's core is now reentrant: rm --recursive (-r) now processes
   hierarchies without changing the working directory at all.