From 5ebc9e0a0a06ae9d28ccb6caca446122ac686fdf Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 21 Dec 2020 21:27:13 +0100 Subject: [PATCH] pthread_attr_setsigmask_np.3: tfix Signed-off-by: Michael Kerrisk --- man3/pthread_attr_setsigmask_np.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/pthread_attr_setsigmask_np.3 b/man3/pthread_attr_setsigmask_np.3 index 418ef2dba..7978ff8e1 100644 --- a/man3/pthread_attr_setsigmask_np.3 +++ b/man3/pthread_attr_setsigmask_np.3 @@ -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)