aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-03-06 19:11:25 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-03-06 19:11:25 +0100
commit4eb9064ec660347debb65969e5cb38be486ce193 (patch)
tree555b32af772e8d16ae2783e9b0196e4d3293e074
parent14d3908513e4d8b2a731bbcb227162019c690cb4 (diff)
downloadman-pages-4eb9064ec660347debb65969e5cb38be486ce193.tar.gz
pthread_sigqueue.3: Add LIBRARY section (libpthread)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/pthread_sigqueue.35
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/pthread_sigqueue.3 b/man3/pthread_sigqueue.3
index 8a15a02154..16ac1a48e2 100644
--- a/man3/pthread_sigqueue.3
+++ b/man3/pthread_sigqueue.3
@@ -5,6 +5,9 @@
.TH PTHREAD_SIGQUEUE 3 2021-03-22 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_sigqueue \- queue a signal and data to a thread
+.SH LIBRARY
+POSIX threads library
+.RI ( libpthread ", " -lpthread )
.SH SYNOPSIS
.nf
.B #include <signal.h>
@@ -14,8 +17,6 @@ pthread_sigqueue \- queue a signal and data to a thread
.BI " const union sigval " value );
.fi
.PP
-Compile and link with \fI\-pthread\fP.
-.PP
.RS -4
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):