aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-06-11 07:42:26 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-06-11 07:42:26 +0200
commit65859506639015311444a2a4396df9d9e54faf08 (patch)
tree799c88ceb081003e9891e30ced80c89fd6a95cbc
parent041035df238d1a3825f3d812aec1a3169ac3ac49 (diff)
downloadman-pages-65859506639015311444a2a4396df9d9e54faf08.tar.gz
pthread_setconcurrency.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/pthread_setconcurrency.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_setconcurrency.3 b/man3/pthread_setconcurrency.3
index f1b07aad1f..dea022678c 100644
--- a/man3/pthread_setconcurrency.3
+++ b/man3/pthread_setconcurrency.3
@@ -31,7 +31,7 @@ the concurrency level
.B #include <pthread.h>
.PP
.BI "int pthread_setconcurrency(int " new_level );
-.BI "int pthread_getconcurrency(void);
+.BI "int pthread_getconcurrency(" void );
.PP
Compile and link with \fI\-pthread\fP.
.fi