summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-12 02:56:51 +0000
committerJim Meyering <jim@meyering.net>1996-07-12 02:56:51 +0000
commit83696460f00d8018547b6699c97e7457317a1443 (patch)
tree9bae5817bfe4dcd9421a794868733fc31fef9bc5 /old/fileutils
parentbb8acb36405df274b167d79be99af9b6505299ca (diff)
downloadcoreutils-83696460f00d8018547b6699c97e7457317a1443.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 50d9de810..c76031950 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,8 +1,9 @@
Changes in release 3.13:
+* ls properly determines window size on SunOS and Solaris systems
* ls accepts new option --color[=WHEN] where WHEN is `always', `never',
or `auto'. --color=never is the default. --color is equivalent
- to --color=always (documented only in --help message FIXME)
-* new program: dircolors (not yet documented FIXME)
+ to --color=always.
+* new program: dircolors
* ls allows 0 as argument to --tabsize (-T) option. Using --tabsize=0
inhibits the use of TAB characters for separating columns.
* you can create a backup of FILE with cp --force --backup FILE FILE. Before,