1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 09:46:33 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-04-05 16:13:55 +00:00
parent a32e0227fe
commit c05a53c48b

3
NEWS
View File

@@ -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]