From: Alejandro Colomar Date: Sun, 6 Mar 2022 18:34:03 +0000 (+0100) Subject: pthread_attr_setschedparam.3: Add LIBRARY section (libpthread) X-Git-Tag: man-pages-5.19-rc1~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57cf70b5fc65d035a5b6d1b8fc0ef4845cbe8cfd;p=thirdparty%2Fman-pages.git pthread_attr_setschedparam.3: Add LIBRARY section (libpthread) Signed-off-by: Alejandro Colomar --- diff --git a/man3/pthread_attr_setschedparam.3 b/man3/pthread_attr_setschedparam.3 index 1b2285bf92..027d0b8dde 100644 --- a/man3/pthread_attr_setschedparam.3 +++ b/man3/pthread_attr_setschedparam.3 @@ -7,6 +7,9 @@ .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 @@ -15,8 +18,6 @@ scheduling parameter attributes in thread attributes object .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