summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-07-25 10:53:42 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2010-07-25 10:53:42 -0700
commit01ca128807be89f7a2709e7a12e2cd1498f3d96b (patch)
tree336279cc049a660504f8240b0dc9fd4b78092e77
parent77428214f13e1d7b81348fd301a388cb4ce8a2a0 (diff)
downloadcoreutils-01ca128807be89f7a2709e7a12e2cd1498f3d96b.tar.xz
du: add NEWS entry for recent du -L fixes
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 124ca5ab3..b19294b38 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ GNU coreutils NEWS -*- outline -*-
link count is 1, even if the file is reached multiple times by
following symlinks or via multiple arguments.
+ du -H and -L now consistently count pointed-to files instead of
+ symbolic links, and correctly diagnose dangling symlinks.
+
** New features
cp now accepts the --attributes-only option to not copy file data,