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 ,