X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman2%2Fsigpending.2;fp=original%2Fman2%2Fsigpending.2;h=14d2ae2506116e0143e65fc067e8f4062a2d0bf5;hb=71bb2920a65c5c30552c13bc5bf95fa86af82a56;hp=ed814ba524b248fdf366af567c6e615415299669;hpb=650885dec7d85e409cc07e1293ebbf8f8e30682a;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man2/sigpending.2 b/original/man2/sigpending.2 index ed814ba5..14d2ae25 100644 --- a/original/man2/sigpending.2 +++ b/original/man2/sigpending.2 @@ -26,7 +26,7 @@ .\" .\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2 .\" -.TH SIGPENDING 2 2013-04-19 "Linux" "Linux Programmer's Manual" +.TH SIGPENDING 2 2013-12-11 "Linux" "Linux Programmer's Manual" .SH NAME sigpending \- examine pending signals .SH SYNOPSIS @@ -68,6 +68,10 @@ See .BR sigsetops (3) for details on manipulating signal sets. +If a signal is both blocked and has a disposition of "ignored", it is +.I not +added to the mask of pending signals when generated. + The set of signals that is pending for a thread is the union of the set of signals that is pending for that thread and the set of signals that is pending for the process as a whole; see