From: Alejandro Colomar Date: Sun, 6 Mar 2022 18:11:25 +0000 (+0100) Subject: pthread_sigqueue.3: Add LIBRARY section (libpthread) X-Git-Tag: man-pages-5.19-rc1~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eb9064ec660347debb65969e5cb38be486ce193;p=thirdparty%2Fman-pages.git pthread_sigqueue.3: Add LIBRARY section (libpthread) Signed-off-by: Alejandro Colomar --- 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 @@ -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)):