From: Alejandro Colomar Date: Sun, 6 Mar 2022 18:31:43 +0000 (+0100) Subject: pthread_attr_setstackaddr.3: Add LIBRARY section (libpthread) X-Git-Tag: man-pages-5.19-rc1~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8f2ce5c19019dbf92480201769ba36f951951a2;p=thirdparty%2Fman-pages.git pthread_attr_setstackaddr.3: Add LIBRARY section (libpthread) Signed-off-by: Alejandro Colomar --- diff --git a/man3/pthread_attr_setstackaddr.3 b/man3/pthread_attr_setstackaddr.3 index 9ed3a88f6a..e3069fa320 100644 --- a/man3/pthread_attr_setstackaddr.3 +++ b/man3/pthread_attr_setstackaddr.3 @@ -7,6 +7,9 @@ .SH NAME pthread_attr_setstackaddr, pthread_attr_getstackaddr \- set/get stack address attribute in thread attributes object +.SH LIBRARY +POSIX threads library +.RI ( libpthread ", " -lpthread ) .SH SYNOPSIS .nf .B #include @@ -15,8 +18,6 @@ set/get stack address attribute in thread attributes object ", void *" stackaddr ); .BI "int pthread_attr_getstackaddr(const pthread_attr_t *restrict " attr , .BI " void **restrict " stackaddr ); -.PP -Compile and link with \fI\-pthread\fP. .fi .SH DESCRIPTION These functions are obsolete: