summaryrefslogtreecommitdiffstats
path: root/man3/pthread_attr_setsigmask_np.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_attr_setsigmask_np.3')
-rw-r--r--man3/pthread_attr_setsigmask_np.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/pthread_attr_setsigmask_np.3 b/man3/pthread_attr_setsigmask_np.3
index ab50568f2..b57a7f6ed 100644
--- a/man3/pthread_attr_setsigmask_np.3
+++ b/man3/pthread_attr_setsigmask_np.3
@@ -70,7 +70,7 @@ On error, these functions return a positive error number.
Could not allocate memory.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -97,17 +97,17 @@ If this attribute is not set, then a thread created using
will inherit a copy of the creating thread's signal mask.
.P
For more details on signal masks, see
-.BR sigprocmask (2).
+.MR sigprocmask 2 .
For a description of a set of macros
that can be used to manipulate and inspect signal sets, see
-.BR sigsetops (3).
+.MR sigsetops 3 .
.P
In the absence of
.BR pthread_attr_setsigmask_np ()
it is possible to create a thread with a desired signal mask as follows:
.IP \[bu] 3
The creating thread uses
-.BR pthread_sigmask (3)
+.MR pthread_sigmask 3
to save its current signal mask and set its mask to block all signals.
.IP \[bu]
The new thread is then created using
@@ -115,7 +115,7 @@ The new thread is then created using
the new thread will inherit the creating thread's signal mask.
.IP \[bu]
The new thread sets its signal mask to the desired value using
-.BR pthread_sigmask (3).
+.MR pthread_sigmask 3 .
.IP \[bu]
The creating thread restores its signal mask to the original value.
.P
@@ -123,8 +123,8 @@ Following the above steps,
there is no possibility for the new thread to receive a signal
before it has adjusted its signal mask to the desired value.
.SH SEE ALSO
-.BR sigprocmask (2),
-.BR pthread_attr_init (3),
-.BR pthread_sigmask (3),
-.BR pthreads (7),
-.BR signal (7)
+.MR sigprocmask 2 ,
+.MR pthread_attr_init 3 ,
+.MR pthread_sigmask 3 ,
+.MR pthreads 7 ,
+.MR signal 7