Penguin
Annotated edit history of psignal(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 PSIGNAL
2 !!!PSIGNAL
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 psignal - print signal message
14 !!SYNOPSIS
15
16
17 __#include
18 __ ''sig''__, const char *__''s''__);
19 extern const char *const__ ''sys_siglist''__[[]
20 __
21 !!DESCRIPTION
22
23
24 The __psignal()__ function displays a message on
25 ''stderr'' consisting of the string ''s'', a colon, a
26 space, and a string describing the signal number ''sig''.
27 If ''sig'' is invalid, the message displayed will
28 indicate an unknown signal.
29
30
31 The array ''sys_siglist'' holds the signal description
32 strings indexed by signal number.
33 !!RETURN VALUE
34
35
36 The __psignal()__ function returns no value.
37 !!CONFORMING TO
38
39
40 BSD 4.3
41 !!SEE ALSO
42
43
44 perror(3), strsignal(3)
45 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.