sigaction.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-18 12:23:46 +01:00
parent b11bccf833
commit d443e2fa9d
1 changed files with 9 additions and 9 deletions

View File

@ -502,7 +502,7 @@ placed in
.I si_code .I si_code
for any signal, along with reason that the signal was generated. for any signal, along with reason that the signal was generated.
.RS 4 .RS 4
.TP 15 .TP
.B SI_USER .B SI_USER
.BR kill (2) .BR kill (2)
.TP .TP
@ -547,7 +547,7 @@ for a
.B SIGILL .B SIGILL
signal: signal:
.RS 4 .RS 4
.TP 15 .TP
.B ILL_ILLOPC .B ILL_ILLOPC
illegal opcode illegal opcode
.TP .TP
@ -579,7 +579,7 @@ for a
.B SIGFPE .B SIGFPE
signal: signal:
.RS 4 .RS 4
.TP 15 .TP
.B FPE_INTDIV .B FPE_INTDIV
integer divide by zero integer divide by zero
.TP .TP
@ -611,7 +611,7 @@ for a
.B SIGSEGV .B SIGSEGV
signal: signal:
.RS 4 .RS 4
.TP 15 .TP
.B SEGV_MAPERR .B SEGV_MAPERR
address not mapped to object address not mapped to object
.TP .TP
@ -625,7 +625,7 @@ for a
.B SIGBUS .B SIGBUS
signal: signal:
.RS 4 .RS 4
.TP 15 .TP
.B BUS_ADRALN .B BUS_ADRALN
invalid address alignment invalid address alignment
.TP .TP
@ -648,7 +648,7 @@ for a
.B SIGTRAP .B SIGTRAP
signal: signal:
.RS 4 .RS 4
.TP 15 .TP
.B TRAP_BRKPT .B TRAP_BRKPT
process breakpoint process breakpoint
.TP .TP
@ -668,7 +668,7 @@ for a
.B SIGCHLD .B SIGCHLD
signal: signal:
.RS 4 .RS 4
.TP 15 .TP
.B CLD_EXITED .B CLD_EXITED
child has exited child has exited
.TP .TP
@ -694,7 +694,7 @@ for a
.BR SIGIO / SIGPOLL .BR SIGIO / SIGPOLL
signal: signal:
.RS 4 .RS 4
.TP 15 .TP
.B POLL_IN .B POLL_IN
data input available data input available
.TP .TP
@ -720,7 +720,7 @@ for a
.BR SIGSYS .BR SIGSYS
signal: signal:
.RS 4 .RS 4
.TP 15 .TP
.BR SYS_SECCOMP " (since Linux 3.5)" .BR SYS_SECCOMP " (since Linux 3.5)"
triggered by a triggered by a
.BR seccomp (2) .BR seccomp (2)