aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pthread_sigmask.3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-03-06 19:11:49 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-03-06 19:11:49 +0100
commit0a9455e871cf1fc064a18b8c522946b9a9c0273c (patch)
tree5cf311301111c1561748df1df877e90c81a9e52e /man3/pthread_sigmask.3
parent4eb9064ec660347debb65969e5cb38be486ce193 (diff)
downloadman-pages-0a9455e871cf1fc064a18b8c522946b9a9c0273c.tar.gz
pthread_sigmask.3: Add LIBRARY section (libpthread)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3/pthread_sigmask.3')
-rw-r--r--man3/pthread_sigmask.35
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/pthread_sigmask.3 b/man3/pthread_sigmask.3
index fb88cbcc61..3747ad3241 100644
--- a/man3/pthread_sigmask.3
+++ b/man3/pthread_sigmask.3
@@ -6,6 +6,9 @@
.TH PTHREAD_SIGMASK 3 2021-03-22 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_sigmask \- examine and change mask of blocked signals
+.SH LIBRARY
+POSIX threads library
+.RI ( libpthread ", " -lpthread )
.SH SYNOPSIS
.nf
.B #include <signal.h>
@@ -14,8 +17,6 @@ pthread_sigmask \- examine and change mask of blocked signals
", sigset_t *" oldset );
.fi
.PP
-Compile and link with \fI\-pthread\fP.
-.PP
.RS -4
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):