The
psignal()
function displays a message on stderr
consisting of the string s, a colon, a space, and a string
describing the signal number sig.
If sig is invalid,
the message displayed will indicate an unknown signal.
The array sys_siglist holds the signal description strings
indexed by signal number.
This page is part of release 3.14 of the Linux
man-pages
project.
A description of the project,
and information about reporting bugs,
can be found at
http://www.kernel.org/doc/man-pages/.