summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-01 10:20:24 +0000
committerJim Meyering <jim@meyering.net>2002-12-01 10:20:24 +0000
commitfbb44634f7624399320777fd95b5775800544fb2 (patch)
treea5ef3cfe66f78460c6c96deb79a47ee59fcdba1e /ChangeLog
parenta372a5debe031aabe4b24d20973381702aa0f66c (diff)
downloadcoreutils-fbb44634f7624399320777fd95b5775800544fb2.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5c639ecc..d127d565d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
`ls --color -F symlink-to-dir' to list the files in
`symlink-to-dir/.'. Now, it prints `symlink-to-dir@', (just
like `ls -F symlink-to-dir') but with the addition of highlighting.
+ Similarly, `ls --color -dF symlink-to-dir' would print
+ `symlink-to-dir/'; now it prints `symlink-to-dir@'.
Reported by Jeff Sheinberg as Debian bug #168203.
* tests/ls-2/tests (sl-F-color, sl-dF-color): New tests for the above.