From: Alejandro Colomar Date: Sun, 6 Mar 2022 18:25:29 +0000 (+0100) Subject: pthread_getattr_np.3: Add LIBRARY section (libpthread) X-Git-Tag: man-pages-5.19-rc1~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41295a693dc265123f7ded6eef0673b7bc4e5309;p=thirdparty%2Fman-pages.git pthread_getattr_np.3: Add LIBRARY section (libpthread) Signed-off-by: Alejandro Colomar --- diff --git a/man3/pthread_getattr_np.3 b/man3/pthread_getattr_np.3 index ac1a8b0a1d..0c7050b9fa 100644 --- a/man3/pthread_getattr_np.3 +++ b/man3/pthread_getattr_np.3 @@ -6,14 +6,15 @@ .TH PTHREAD_GETATTR_NP 3 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME pthread_getattr_np \- get attributes of created thread +.SH LIBRARY +POSIX threads library +.RI ( libpthread ", " -lpthread ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" .B #include .PP .BI "int pthread_getattr_np(pthread_t " thread ", pthread_attr_t *" attr ); -.PP -Compile and link with \fI\-pthread\fP. .fi .SH DESCRIPTION The