Query: psignal
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PSIGNAL(3) Linux Programmer's Manual PSIGNAL(3)NAMEpsignal - print signal messageSYNOPSIS#include <signal.h> void psignal(int sig, const char *s); extern const char *const sys_siglist[]DESCRIPTIONThe 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.RETURN VALUEThe psignal() function returns no value.CONFORMING TOBSD 4.3SEE ALSOperror(3), strsignal(3)GNU1993-04-13 PSIGNAL(3)
| Related Man Pages | 
|---|
| psignal(3) - freebsd | 
| psignal(3) - debian | 
| sys_siglist(3) - netbsd | 
| strsignal(3) - osx | 
| sys_siglist(3) - osx | 
| Similar Topics in the Unix Linux Community | 
|---|
| Signal Names | 
| Need help in building gcc on solaris. | 
| Parse the longest matching string |