]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 20 Jan 2003 20:17:06 +0000 (20:17 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 20 Jan 2003 20:17:06 +0000 (20:17 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1df070501e3e0dfec3131ec4f7078f32bae77c94..f81452153c83310f39583b90f30435eb82e7954a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
 [4.5.5]
 * ls has a new option --dereference-command-line-symlink-to-dir, which
-  corresponds to the default behavior when none of -d, -l -F, -H, -L has
-  been specified.
+  corresponds to the new default behavior when none of -d, -l -F, -H, -L
+  has been specified.
 * ls dangling-symlink now prints `dangling-symlink'.
-  Before, it would fail with `no such file or directory'
-* ls -s symlink-to-non-dir and ls -i symlink-to-non-dir now print attributes
-  of `symlink', rather than attributes of their referents
+  Before, it would fail with `no such file or directory'.
+* ls -s symlink-to-non-dir and ls -i symlink-to-non-dir now print
+  attributes of `symlink', rather than attributes of their referents.
 * Fix a bug introduced in 4.5.4 that made it so that ls --color would no
   longer highlight the names of files with the execute bit set when not
   specified on the command line.