summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-27 13:37:38 +0000
committerJim Meyering <jim@meyering.net>2003-08-27 13:37:38 +0000
commitc612365c071510f4b2ac06fbe7c950b4874ac348 (patch)
treec6684013c2aec8cde0f77efc2b4b165376513297 /TODO
parent91c35e3464d5d8e6f5eb946cfa61180fce8f8e1b (diff)
downloadcoreutils-c612365c071510f4b2ac06fbe7c950b4874ac348.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1df18a327..7f3203d34 100644
--- a/TODO
+++ b/TODO
@@ -127,3 +127,9 @@ doc/coreutils.texi:
Suggestion from Dan Jacobson.
The sentence or two describing the common case must appear just once,
and then it must be made to appear in the 70+ places where it's needed.
+
+du: rewrite to use something other than nftw to perform directory traversal.
+ Due to design limitations of nftw, ...
+ using -D makes du dereference each command
+ line argument that is a symlink to a directory.
+ A symlink to non-directory is not dereferenced.