OSDN Git Service

(split) LDP: Update original to LDP v3.63
[linuxjm/LDP_man-pages.git] / original / man2 / sigpending.2
index ed814ba..14d2ae2 100644 (file)
@@ -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