summaryrefslogtreecommitdiffstats
path: root/man3/pthread_sigmask.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_sigmask.3')
-rw-r--r--man3/pthread_sigmask.332
1 files changed, 16 insertions, 16 deletions
diff --git a/man3/pthread_sigmask.3 b/man3/pthread_sigmask.3
index 8d859d760..f6bf3124e 100644
--- a/man3/pthread_sigmask.3
+++ b/man3/pthread_sigmask.3
@@ -20,7 +20,7 @@ POSIX threads library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR pthread_sigmask ():
@@ -31,13 +31,13 @@ Feature Test Macro Requirements for glibc (see
The
.BR pthread_sigmask ()
function is just like
-.BR sigprocmask (2),
+.MR sigprocmask 2 ,
with the difference that its use in multithreaded programs
is explicitly specified by POSIX.1.
Other differences are noted in this page.
.P
For a description of the arguments and operation of this function, see
-.BR sigprocmask (2).
+.MR sigprocmask 2 .
.SH RETURN VALUE
On success,
.BR pthread_sigmask ()
@@ -45,10 +45,10 @@ returns 0;
on error, it returns an error number.
.SH ERRORS
See
-.BR sigprocmask (2).
+.MR sigprocmask 2 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -72,12 +72,12 @@ The glibc
function silently ignores attempts to block the two real-time signals that
are used internally by the NPTL threading implementation.
See
-.BR nptl (7)
+.MR nptl 7
for details.
.SH EXAMPLES
The program below blocks some signals in the main thread,
and then creates a dedicated thread to fetch those signals via
-.BR sigwait (3).
+.MR sigwait 3 .
The following shell session demonstrates its use:
.P
.in +4n
@@ -151,12 +151,12 @@ main(void)
.EE
.\" SRC END
.SH SEE ALSO
-.BR sigaction (2),
-.BR sigpending (2),
-.BR sigprocmask (2),
-.BR pthread_attr_setsigmask_np (3),
-.BR pthread_create (3),
-.BR pthread_kill (3),
-.BR sigsetops (3),
-.BR pthreads (7),
-.BR signal (7)
+.MR sigaction 2 ,
+.MR sigpending 2 ,
+.MR sigprocmask 2 ,
+.MR pthread_attr_setsigmask_np 3 ,
+.MR pthread_create 3 ,
+.MR pthread_kill 3 ,
+.MR sigsetops 3 ,
+.MR pthreads 7 ,
+.MR signal 7