From 3bf920615dfa9d4c3a9edb4e8094d0bc86e182cd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 20 Dec 2020 11:56:07 +0100 Subject: [PATCH] pthread_attr_setdetachstate.3: ffix Signed-off-by: Michael Kerrisk --- man3/pthread_attr_setdetachstate.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/pthread_attr_setdetachstate.3 b/man3/pthread_attr_setdetachstate.3 index b3e51f549..f62ab86da 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