From: Jim Meyering Date: Sun, 1 Dec 2002 10:20:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.4~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbb44634f7624399320777fd95b5775800544fb2;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index f5c639ecc9..d127d565d1 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.