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

index a108ba951899432b96793f0261afbea3e6cabb78..abe90891159d573582c498ff3372b83c889f1f7e 100644 (file)
@@ -6,13 +6,14 @@
 .TH PTHREAD_EQUAL 3 2021-03-22 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_equal \- compare thread IDs
+.SH LIBRARY
+POSIX threads library
+.RI ( libpthread ", " -lpthread )
 .SH SYNOPSIS
 .nf
 .B #include <pthread.h>
 .PP
 .BI "int pthread_equal(pthread_t " t1 ", pthread_t " t2 );
-.PP
-Compile and link with \fI\-pthread\fP.
 .fi
 .SH DESCRIPTION
 The