summaryrefslogtreecommitdiffstats
path: root/man2/sigwaitinfo.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/sigwaitinfo.2')
-rw-r--r--man2/sigwaitinfo.240
1 files changed, 20 insertions, 20 deletions
diff --git a/man2/sigwaitinfo.2 b/man2/sigwaitinfo.2
index 5d302dfb5..e7e08a63b 100644
--- a/man2/sigwaitinfo.2
+++ b/man2/sigwaitinfo.2
@@ -22,7 +22,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 sigwaitinfo (),
@@ -50,7 +50,7 @@ argument is not NULL,
then the buffer that it points to is used to return a structure of type
.I siginfo_t
(see
-.BR sigaction (2))
+.MR sigaction 2 )
containing information about the signal.
.P
If multiple signals in
@@ -58,7 +58,7 @@ If multiple signals in
are pending for the caller, the signal that is retrieved by
.BR sigwaitinfo ()
is determined according to the usual ordering rules; see
-.BR signal (7)
+.MR signal 7
for further details.
.P
.BR sigtimedwait ()
@@ -72,7 +72,7 @@ the thread is suspended waiting for a signal.
and kernel scheduling delays mean that the interval
may overrun by a small amount.)
This argument is a
-.BR timespec (3)
+.MR timespec 3
structure.
.P
If both fields of this structure are specified as 0, a poll is performed:
@@ -103,7 +103,7 @@ period specified to
.TP
.B EINTR
The wait was interrupted by a signal handler; see
-.BR signal (7).
+.MR signal 7 .
(This handler was for a signal other than one of those in
.IR set .)
.TP
@@ -124,7 +124,7 @@ and
silently ignore attempts to wait for the two real-time signals that
are used internally by the NPTL threading implementation.
See
-.BR nptl (7)
+.MR nptl 7
for details.
.P
The original Linux system call was named
@@ -161,7 +161,7 @@ POSIX.1-2001.
In normal usage, the calling program blocks the signals in
.I set
via a prior call to
-.BR sigprocmask (2)
+.MR sigprocmask 2
(so that the default disposition for these signals does not occur if they
become pending between successive calls to
.BR sigwaitinfo ()
@@ -179,7 +179,7 @@ or
The set of signals that is pending for a given thread is the
union of the set of signals that is pending specifically 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
Attempts to wait for
.B SIGKILL
@@ -217,15 +217,15 @@ as a call to
.BR sigwaitinfo (),
and indeed this is what is done on Linux.
.SH SEE ALSO
-.BR kill (2),
-.BR sigaction (2),
-.BR signal (2),
-.BR signalfd (2),
-.BR sigpending (2),
-.BR sigprocmask (2),
-.BR sigqueue (3),
-.BR sigsetops (3),
-.BR sigwait (3),
-.BR timespec (3),
-.BR signal (7),
-.BR time (7)
+.MR kill 2 ,
+.MR sigaction 2 ,
+.MR signal 2 ,
+.MR signalfd 2 ,
+.MR sigpending 2 ,
+.MR sigprocmask 2 ,
+.MR sigqueue 3 ,
+.MR sigsetops 3 ,
+.MR sigwait 3 ,
+.MR timespec 3 ,
+.MR signal 7 ,
+.MR time 7