]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthread_sigqueue.3: Add LIBRARY section (libpthread)
authorAlejandro Colomar <alx.manpages@gmail.com>
Sun, 6 Mar 2022 18:11:25 +0000 (19:11 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Sun, 6 Mar 2022 18:11:25 +0000 (19:11 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/pthread_sigqueue.3

index 8a15a02154fe67890d3cd20768c580ac98947fd4..16ac1a48e296b924328ba6665f4b638d4c987200 100644 (file)
@@ -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)):