pthread_attr_setsigmask_np.3: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-21 21:27:13 +01:00
parent 0c9ab4fcb7
commit 5ebc9e0a0a
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ will inherit a copy of the creating thread's signal mask.
For more details on signal masks, see
.BR sigprocmask (2).
For a description of a set of macros
that can be used to manipulate and inspect signals sets, see
that can be used to manipulate and inspect signal sets, see
.BR sigsetops (3).
.PP
In the absence of
@ -144,4 +144,4 @@ before it has adjusted its signal mask to the desired value.
.BR pthread_attr_init (3),
.BR pthread_sigmask (3),
.BR pthreads (7),
.BR signals (7)
.BR signal (7)