summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-02 17:21:05 +0000
committerJim Meyering <jim@meyering.net>2003-10-02 17:21:05 +0000
commit2d854fdf1ba60861e32e7266a888ec441cfb02a2 (patch)
treefb67fe99e6da90ecc027dbf0304003f98495c6b9 /ChangeLog
parentaeccc1752d6edf6ef3190850c157a99a29babec6 (diff)
downloadcoreutils-2d854fdf1ba60861e32e7266a888ec441cfb02a2.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a60c9088..35b5970fd 100644
--- 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