fix a couple misleading/wrong signal descriptions in strsignal
authorRich Felker <dalias@aerifal.cx>
Tue, 9 Jul 2013 06:30:21 +0000 (02:30 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 9 Jul 2013 06:30:21 +0000 (02:30 -0400)
there are still several more that are misleading, but SIGFPE (integer
division error misdescribed as floating point) and and SIGCHLD
(possibly non-exit status change events described as exiting) were the
worst offenders.


No differences found