summaryrefslogtreecommitdiffstats
path: root/man3/sigwait.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sigwait.3')
-rw-r--r--man3/sigwait.326
1 files changed, 13 insertions, 13 deletions
diff --git a/man3/sigwait.3 b/man3/sigwait.3
index 226a97e6f..0902b76e3 100644
--- a/man3/sigwait.3
+++ b/man3/sigwait.3
@@ -19,7 +19,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 sigwait ():
@@ -44,7 +44,7 @@ and returns the signal number in
The operation of
.BR sigwait ()
is the same as
-.BR sigwaitinfo (2),
+.MR sigwaitinfo 2 ,
except that:
.IP \[bu] 3
.BR sigwait ()
@@ -66,7 +66,7 @@ On error, it returns a positive error number (listed in ERRORS).
contains an invalid signal number.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -81,14 +81,14 @@ T} Thread safety MT-Safe
.SH VERSIONS
.BR sigwait ()
is implemented using
-.BR sigtimedwait (2).
+.MR sigtimedwait 2 .
.P
The glibc implementation of
.BR sigwait ()
silently ignores 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.
.SH STANDARDS
POSIX.1-2008.
@@ -96,12 +96,12 @@ POSIX.1-2008.
POSIX.1-2001.
.SH EXAMPLES
See
-.BR pthread_sigmask (3).
+.MR pthread_sigmask 3 .
.SH SEE ALSO
-.BR sigaction (2),
-.BR signalfd (2),
-.BR sigpending (2),
-.BR sigsuspend (2),
-.BR sigwaitinfo (2),
-.BR sigsetops (3),
-.BR signal (7)
+.MR sigaction 2 ,
+.MR signalfd 2 ,
+.MR sigpending 2 ,
+.MR sigsuspend 2 ,
+.MR sigwaitinfo 2 ,
+.MR sigsetops 3 ,
+.MR signal 7