pthread_setconcurrency.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-06-11 07:42:26 +02:00
parent 041035df23
commit 6585950663
1 changed files with 1 additions and 1 deletions

View File

@ -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