]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 2 Oct 2003 17:21:05 +0000 (17:21 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 2 Oct 2003 17:21:05 +0000 (17:21 +0000)
ChangeLog

index 8a60c9088921e246e92ddfc59341edf10e1187d6..35b5970fda06d5437d369cd559714c8ff1fcd4e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,8 +26,8 @@
 
        Now, du works better:
        - the depth of hierarchy du can process is no longer limited by
-           the user's stack size (nftw uses recursion, the fts implementation
-           doesn't)
+           the user's stack size (nftw uses explicit recursion, the fts
+           implementation doesn't)
        - works even when run from an inaccessible directory
        - du -D now dereferences all symlinks specified on the command line,
            not just the ones that reference directories (FIXME: confirm