Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
psignal(3)
Edit
PageHistory
Diff
Info
LikePages
PSIGNAL !!!PSIGNAL NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME psignal - print signal message !!SYNOPSIS __#include __ ''sig''__, const char *__''s''__); extern const char *const__ ''sys_siglist''__[[] __ !!DESCRIPTION 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. !!RETURN VALUE The __psignal()__ function returns no value. !!CONFORMING TO BSD 4.3 !!SEE ALSO perror(3), strsignal(3) ----
2 pages link to
psignal(3)
:
Man3p
strsignal(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.