From 65859506639015311444a2a4396df9d9e54faf08 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 11 Jun 2020 07:42:26 +0200 Subject: [PATCH] pthread_setconcurrency.3: ffix Signed-off-by: Michael Kerrisk --- man3/pthread_setconcurrency.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/pthread_setconcurrency.3 b/man3/pthread_setconcurrency.3 index f1b07aad1..dea022678 100644 --- a/man3/pthread_setconcurrency.3 +++ b/man3/pthread_setconcurrency.3 @@ -31,7 +31,7 @@ the concurrency level .B #include .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