diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 19:16:41 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 19:16:41 +0100 |
| commit | c3691727f2575474bcc13e394972ee5db4be7e12 (patch) | |
| tree | a2d25c9c62c1906fc5cb8a1f67c0cbcf390a76fb | |
| parent | 660c7612482aed5ddc15b06f05fb53595edc60af (diff) | |
| download | man-pages-c3691727f2575474bcc13e394972ee5db4be7e12.tar.gz | |
pthread_setconcurrency.3: Add LIBRARY section (libpthread)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man3/pthread_setconcurrency.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/pthread_setconcurrency.3 b/man3/pthread_setconcurrency.3 index c4edb3c4e3..9a94bc26f7 100644 --- a/man3/pthread_setconcurrency.3 +++ b/man3/pthread_setconcurrency.3 @@ -6,14 +6,15 @@ .SH NAME pthread_setconcurrency, pthread_getconcurrency \- set/get the concurrency level +.SH LIBRARY +POSIX threads library +.RI ( libpthread ", " -lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> .PP .BI "int pthread_setconcurrency(int " new_level ); .BI "int pthread_getconcurrency(" void ); -.PP -Compile and link with \fI\-pthread\fP. .fi .SH DESCRIPTION The |
