From 4176590caf893c8848b42d1985f7e9ec5fb87dc8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 16 Jun 2010 05:23:18 +0200 Subject: [PATCH] sigaction.2: Rearrange text describing fields set by sigqueue(2) Signed-off-by: Michael Kerrisk --- man2/sigaction.2 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 424bfe624..89ade6042 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -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 ,