Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
.SH NAME
pthread_attr_setschedparam, pthread_attr_getschedparam \- set/get
scheduling parameter attributes in thread attributes object
+.SH LIBRARY
+POSIX threads library
+.RI ( libpthread ", " -lpthread )
.SH SYNOPSIS
.nf
.B #include <pthread.h>
.BI " const struct sched_param *restrict " param );
.BI "int pthread_attr_getschedparam(const pthread_attr_t *restrict " attr ,
.BI " struct sched_param *restrict " param );
-.PP
-Compile and link with \fI\-pthread\fP.
.fi
.SH DESCRIPTION
The