Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
.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 <pthread.h>
.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