Various Signals under Unix
(Note - different versions of Unix use different names and/or numbers for some of the lesser used signals. See the signal(7) man-page. You can find the signals and numbers used on a Linux system in /usr/include/bits/signum.h) A more portable (and useful) approach is
kill -l
No other page links to UnixSignals yet.