diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-05 16:13:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-05 16:13:55 +0000 |
commit | c05a53c48bfa411181c5334f01ed4c8b82ef360d (patch) | |
tree | 722245fc3c237c5fc341c41e8146a8944b8f8537 /NEWS | |
parent | a32e0227fe34fa5268a347b96756cc79947f27ea (diff) | |
download | coreutils-c05a53c48bfa411181c5334f01ed4c8b82ef360d.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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] |