summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-01 08:47:18 +0000
committerJim Meyering <jim@meyering.net>2003-06-01 08:47:18 +0000
commitab7487551154a967946054d50e88366f13582e66 (patch)
tree764bf15ecb6c2b2683af8ca2c1521d1daa415582 /NEWS
parentafb5da409879a17b43bffb1fc914e083809ceb5a (diff)
downloadcoreutils-ab7487551154a967946054d50e88366f13582e66.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0ca8b187d..8af6aa980 100644
--- a/NEWS
+++ b/NEWS
@@ -22,10 +22,11 @@
* readlink's --canonicalize option now works on systems like Solaris that
lack the canonicalize_file_name function but do have resolvepath.
* split can now handle --bytes=N and --lines=N with N=2^31 or more.
-* `kill -t' now prints signal descriptions (not `?') on systems like Tru64
- with __sys_siglist but no strsignal function.
+* `kill -t' now prints signal descriptions (rather than `?') on systems
+ like Tru64 with __sys_siglist but no strsignal function.
* stat.c now compiles on Ultrix systems
* mv now removes `a' in this example on all systems: touch a; ln a b; mv a b
+ This behavior is contrary to POSIX, but I suspect POSIX will change.
[5.0]
* false --help now exits nonzero