summaryrefslogtreecommitdiff
path: root/old/fileutils/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-13 15:22:28 +0000
committerJim Meyering <jim@meyering.net>2001-05-13 15:22:28 +0000
commit1650fcd3f749a5e72f732e4272d16876815758a0 (patch)
treee284d79239138de716b3badd6adedbf82b8ed495 /old/fileutils/NEWS
parentcf3a6f7638a772a1929e42d14e88a049cb10495c (diff)
downloadcoreutils-1650fcd3f749a5e72f732e4272d16876815758a0.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r--old/fileutils/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index a10c6cb44..3d9533181 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,4 +1,7 @@
[4.1.1]
+* ls's new --dereference-command-line option causes it to dereference
+ symbolic links on the command-line only.
+* ls -H now means the same as ls --dereference-command-line, as per POSIX.
* ls -g now acts like ls -l, except it does not display owner, as per POSIX.
* ls -n now implies -l, as per POSIX.