sigaction.2: Rearrange text describing fields set by sigqueue(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-06-16 05:23:18 +02:00
parent 1eeddf2527
commit 4176590caf
1 changed files with 8 additions and 6 deletions

View File

@ -293,6 +293,14 @@ and
.BR sigqueue (2)
fill in
.IR si_pid " and " si_uid .
In addition, signals sent with
.BR sigqueue (2)
fill in
.IR si_int " and " si_ptr
with the values specified by the sender the signal;
see
.BR sigqueue (2)
for more details.
.IP *
POSIX.1b timers (since Linux 2.6) fill in
.I si_overrun
@ -357,12 +365,6 @@ of the (configurable) system jiffy (see
.\" waited-for children (as is done by getrusage() and times()
.\" and wait4()). Solaris 8 does include child times.
.IP *
.IR si_int " and " si_ptr
are specified by the sender of the POSIX.1b signal.
See
.BR sigqueue (2)
for more details.
.IP *
.BR SIGILL ,
.BR SIGFPE ,
.BR SIGSEGV ,