summaryrefslogtreecommitdiffstats
path: root/man2/sigpending.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/sigpending.2')
-rw-r--r--man2/sigpending.224
1 files changed, 12 insertions, 12 deletions
diff --git a/man2/sigpending.2 b/man2/sigpending.2
index 0562440dc..70614ae97 100644
--- a/man2/sigpending.2
+++ b/man2/sigpending.2
@@ -21,7 +21,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR sigpending ():
@@ -77,7 +77,7 @@ wrapper function hides these details from us, transparently calling
when the kernel provides it.
.SH NOTES
See
-.BR sigsetops (3)
+.MR sigsetops 3
for details on manipulating signal sets.
.P
If a signal is both blocked and has a disposition of "ignored", it is
@@ -87,13 +87,13 @@ 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
-.BR signal (7).
+.MR signal 7 .
.P
A child created via
-.BR fork (2)
+.MR fork 2
initially has an empty pending signal set;
the pending signal set is preserved across an
-.BR execve (2).
+.MR execve 2 .
.SH BUGS
Up to and including glibc 2.2.1,
there is a bug in the wrapper function for
@@ -101,10 +101,10 @@ there is a bug in the wrapper function for
which means that information about pending real-time signals
is not correctly returned.
.SH SEE ALSO
-.BR kill (2),
-.BR sigaction (2),
-.BR signal (2),
-.BR sigprocmask (2),
-.BR sigsuspend (2),
-.BR sigsetops (3),
-.BR signal (7)
+.MR kill 2 ,
+.MR sigaction 2 ,
+.MR signal 2 ,
+.MR sigprocmask 2 ,
+.MR sigsuspend 2 ,
+.MR sigsetops 3 ,
+.MR signal 7