diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-12-10 12:38:21 -0800 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-12-12 16:16:08 +1300 |
| commit | 7af75ade78f7f35cab96ba6ccb2eca8b640b60db (patch) | |
| tree | 7d1d37e6b05680007d9181db70b7af4808d919fe | |
| parent | 827edbd2012aaa7b3a48b941c67d10bebc44b19f (diff) | |
| download | man-pages-7af75ade78f7f35cab96ba6ccb2eca8b640b60db.tar.gz | |
sigpending.2: Note treatment of signals that are blocked *and* ignored
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/sigpending.2 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man2/sigpending.2 b/man2/sigpending.2 index ed814ba524..14d2ae2506 100644 --- a/man2/sigpending.2 +++ b/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 |
