From: Michael Kerrisk Date: Sun, 20 Dec 2020 10:56:07 +0000 (+0100) Subject: pthread_attr_setdetachstate.3: ffix X-Git-Tag: man-pages-5.10~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf920615dfa9d4c3a9edb4e8094d0bc86e182cd;p=thirdparty%2Fman-pages.git pthread_attr_setdetachstate.3: ffix Signed-off-by: Michael Kerrisk --- diff --git a/man3/pthread_attr_setdetachstate.3 b/man3/pthread_attr_setdetachstate.3 index b3e51f5495..f62ab86da4 100644 --- a/man3/pthread_attr_setdetachstate.3 +++ b/man3/pthread_attr_setdetachstate.3 @@ -33,8 +33,8 @@ set/get detach state attribute in thread attributes object .PP .BI "int pthread_attr_setdetachstate(pthread_attr_t *" attr \ ", int " detachstate ); -.BI "int pthread_attr_getdetachstate(const pthread_attr_t *" attr \ -", int *" detachstate ); +.BI "int pthread_attr_getdetachstate(const pthread_attr_t *" attr , +.BI " int *" detachstate ); .PP Compile and link with \fI\-pthread\fP. .fi