summaryrefslogtreecommitdiff
path: root/old/fileutils/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-18 08:41:06 +0000
committerJim Meyering <jim@meyering.net>2003-01-18 08:41:06 +0000
commitf0110096ac8501a66285390f97437ca5b20b0193 (patch)
tree7fd5e092d96e934e3842b1a2932bff789da19e3f /old/fileutils/NEWS
parent328b32a49dae37ac5efc5d838d6f64fa4e6e3bc4 (diff)
downloadcoreutils-f0110096ac8501a66285390f97437ca5b20b0193.tar.xz
ls [4.1.1]: Mention that --dereference-command-line (-H) is now the default,
unless one of the -d, -F, or -l options are given. From Paul Eggert
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r--old/fileutils/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 9087ea068..b89ca311d 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -98,7 +98,8 @@
* ls no longer truncates user names or group names that are longer
than 8 characters.
* ls's new --dereference-command-line option causes it to dereference
- symbolic links on the command-line only.
+ symbolic links on the command-line only. It is the default unless
+ one of the -d, -F, or -l options are given.
* 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.