diff options
author | Jim Meyering <jim@meyering.net> | 2001-05-12 08:10:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-05-12 08:10:33 +0000 |
commit | 8e3f835a46f2c109470a7962e187d84604346a25 (patch) | |
tree | a56ba4d538b31b765ea9e579708ae12b9f53189d /old | |
parent | b338208678b33090adb64d37a64e42db4ea2eb07 (diff) | |
download | coreutils-8e3f835a46f2c109470a7962e187d84604346a25.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 994e8b14b..a10c6cb44 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,6 +1,6 @@ [4.1.1] -* ls honors the -g option, per POSIX -* ls's -n option now implies -l; before, -n had no effect unless used with -l +* ls -g now acts like ls -l, except it does not display owner, as per POSIX. +* ls -n now implies -l, as per POSIX. Changes in release 4.1: [4.0.45] |