sigaction.2: Minor fix: consistent sentence formatting in 'si_code' lists

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-18 12:27:57 +01:00
parent eb83484fc5
commit ff953a8de7
1 changed files with 45 additions and 45 deletions

View File

@ -504,23 +504,23 @@ for any signal, along with reason that the signal was generated.
.RS 4 .RS 4
.TP .TP
.B SI_USER .B SI_USER
.BR kill (2) .BR kill (2).
.TP .TP
.B SI_KERNEL .B SI_KERNEL
Sent by the kernel. Sent by the kernel.
.TP .TP
.B SI_QUEUE .B SI_QUEUE
.BR sigqueue (3) .BR sigqueue (3).
.TP .TP
.B SI_TIMER .B SI_TIMER
POSIX timer expired POSIX timer expired.
.TP .TP
.BR SI_MESGQ " (since Linux 2.6.6)" .BR SI_MESGQ " (since Linux 2.6.6)"
POSIX message queue state changed; see POSIX message queue state changed; see
.BR mq_notify (3) .BR mq_notify (3).
.TP .TP
.B SI_ASYNCIO .B SI_ASYNCIO
AIO completed AIO completed.
.TP .TP
.B SI_SIGIO .B SI_SIGIO
Queued Queued
@ -534,7 +534,7 @@ as described below).
.BR SI_TKILL " (since Linux 2.4.19)" .BR SI_TKILL " (since Linux 2.4.19)"
.BR tkill (2) .BR tkill (2)
or or
.BR tgkill (2) .BR tgkill (2).
.\" SI_DETHREAD is defined in 2.6.9 sources, but isn't implemented .\" SI_DETHREAD is defined in 2.6.9 sources, but isn't implemented
.\" It appears to have been an idea that was tried during 2.5.6 .\" It appears to have been an idea that was tried during 2.5.6
.\" through to 2.5.24 and then was backed out. .\" through to 2.5.24 and then was backed out.
@ -548,28 +548,28 @@ signal:
.RS 4 .RS 4
.TP .TP
.B ILL_ILLOPC .B ILL_ILLOPC
illegal opcode Illegal opcode.
.TP .TP
.B ILL_ILLOPN .B ILL_ILLOPN
illegal operand Illegal operand.
.TP .TP
.B ILL_ILLADR .B ILL_ILLADR
illegal addressing mode Illegal addressing mode.
.TP .TP
.B ILL_ILLTRP .B ILL_ILLTRP
illegal trap Illegal trap.
.TP .TP
.B ILL_PRVOPC .B ILL_PRVOPC
privileged opcode Privileged opcode.
.TP .TP
.B ILL_PRVREG .B ILL_PRVREG
privileged register Privileged register.
.TP .TP
.B ILL_COPROC .B ILL_COPROC
coprocessor error Coprocessor error.
.TP .TP
.B ILL_BADSTK .B ILL_BADSTK
internal stack error Internal stack error.
.RE .RE
.PP .PP
The following values can be placed in The following values can be placed in
@ -580,28 +580,28 @@ signal:
.RS 4 .RS 4
.TP .TP
.B FPE_INTDIV .B FPE_INTDIV
integer divide by zero Integer divide by zero.
.TP .TP
.B FPE_INTOVF .B FPE_INTOVF
integer overflow Integer overflow.
.TP .TP
.B FPE_FLTDIV .B FPE_FLTDIV
floating-point divide by zero Floating-point divide by zero.
.TP .TP
.B FPE_FLTOVF .B FPE_FLTOVF
floating-point overflow Floating-point overflow.
.TP .TP
.B FPE_FLTUND .B FPE_FLTUND
floating-point underflow Floating-point underflow.
.TP .TP
.B FPE_FLTRES .B FPE_FLTRES
floating-point inexact result Floating-point inexact result.
.TP .TP
.B FPE_FLTINV .B FPE_FLTINV
floating-point invalid operation Floating-point invalid operation.
.TP .TP
.B FPE_FLTSUB .B FPE_FLTSUB
subscript out of range Subscript out of range.
.RE .RE
.PP .PP
The following values can be placed in The following values can be placed in
@ -612,10 +612,10 @@ signal:
.RS 4 .RS 4
.TP .TP
.B SEGV_MAPERR .B SEGV_MAPERR
address not mapped to object Address not mapped to object.
.TP .TP
.B SEGV_ACCERR .B SEGV_ACCERR
invalid permissions for mapped object Invalid permissions for mapped object.
.RE .RE
.PP .PP
The following values can be placed in The following values can be placed in
@ -626,13 +626,13 @@ signal:
.RS 4 .RS 4
.TP .TP
.B BUS_ADRALN .B BUS_ADRALN
invalid address alignment Invalid address alignment.
.TP .TP
.B BUS_ADRERR .B BUS_ADRERR
nonexistent physical address Nonexistent physical address.
.TP .TP
.B BUS_OBJERR .B BUS_OBJERR
object-specific hardware error Object-specific hardware error.
.TP .TP
.BR BUS_MCEERR_AR " (since Linux 2.6.32)" .BR BUS_MCEERR_AR " (since Linux 2.6.32)"
Hardware memory error consumed on a machine check; action required. Hardware memory error consumed on a machine check; action required.
@ -649,16 +649,16 @@ signal:
.RS 4 .RS 4
.TP .TP
.B TRAP_BRKPT .B TRAP_BRKPT
process breakpoint Process breakpoint.
.TP .TP
.B TRAP_TRACE .B TRAP_TRACE
process trace trap Process trace trap.
.TP .TP
.BR TRAP_BRANCH " (since Linux 2.4)" .BR TRAP_BRANCH " (since Linux 2.4)"
process taken branch trap Process taken branch trap.
.TP .TP
.BR TRAP_HWBKPT " (since Linux 2.4)" .BR TRAP_HWBKPT " (since Linux 2.4)"
hardware breakpoint/watchpoint Hardware breakpoint/watchpoint.
.RE .RE
.PP .PP
The following values can be placed in The following values can be placed in
@ -669,22 +669,22 @@ signal:
.RS 4 .RS 4
.TP .TP
.B CLD_EXITED .B CLD_EXITED
child has exited Child has exited.
.TP .TP
.B CLD_KILLED .B CLD_KILLED
child was killed Child was killed.
.TP .TP
.B CLD_DUMPED .B CLD_DUMPED
child terminated abnormally Child terminated abnormally.
.TP .TP
.B CLD_TRAPPED .B CLD_TRAPPED
traced child has trapped Traced child has trapped.
.TP .TP
.B CLD_STOPPED .B CLD_STOPPED
child has stopped Child has stopped.
.TP .TP
.BR CLD_CONTINUED " (since Linux 2.6.9)" .BR CLD_CONTINUED " (since Linux 2.6.9)"
stopped child has continued Stopped child has continued.
.RE .RE
.PP .PP
The following values can be placed in The following values can be placed in
@ -695,22 +695,22 @@ signal:
.RS 4 .RS 4
.TP .TP
.B POLL_IN .B POLL_IN
data input available Data input available.
.TP .TP
.B POLL_OUT .B POLL_OUT
output buffers available Output buffers available.
.TP .TP
.B POLL_MSG .B POLL_MSG
input message available Input message available.
.TP .TP
.B POLL_ERR .B POLL_ERR
I/O error I/O error.
.TP .TP
.B POLL_PRI .B POLL_PRI
high priority input available High priority input available.
.TP .TP
.B POLL_HUP .B POLL_HUP
device disconnected Device disconnected.
.RE .RE
.PP .PP
The following value can be placed in The following value can be placed in
@ -721,9 +721,9 @@ signal:
.RS 4 .RS 4
.TP .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)
filter rule filter rule.
.RE .RE
.SH RETURN VALUE .SH RETURN VALUE
.BR sigaction () .BR sigaction ()