]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 5 Apr 2003 16:13:55 +0000 (16:13 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 5 Apr 2003 16:13:55 +0000 (16:13 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 77010e1c89de789624b2099d69557e1cdac6d6d0..4a47e3f70d987c4f30fdcedc49c8513d9c6f80cf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
 [5.0.1]
-* `kill -t' now prints signal descriptions (not `?') on Tru64.
+* `kill -t' now prints signal descriptions (not `?') on systems like Tru64
+  with __sys_siglist but no strsignal function.
 * mv now removes `a' in this example on all systems: touch a; ln a b; mv a b
 
 [5.0]