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)
commitc713d8797804903b54203a645e023e2077c7556d
tree94c9196f9252e71e396cba6cabdbcbd5d1c27fe9
parentc90fa2ace73851d6af4946c239c90db91cad8abe
fix a couple misleading/wrong signal descriptions in strsignal

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.
src/string/strsignal.c