This commit is contained in:
Michael Kerrisk 2007-12-07 19:53:58 +00:00
parent 5a7e771398
commit e39138d190
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ The
.I sigaction
structure is defined as something like
.sp
.RS
.RS 4
.nf
struct sigaction {
void (*sa_handler)(int);
@ -206,7 +206,7 @@ parameter to
.I sa_sigaction
is a struct with the following elements
.sp
.RS
.RS 4
.nf
siginfo_t {
.\" FIXME si_tid and si_overrun are not documented.