aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/pthread_setconcurrency.316
1 files changed, 11 insertions, 5 deletions
diff --git a/man3/pthread_setconcurrency.3 b/man3/pthread_setconcurrency.3
index 0561a2efa6..3ee4bb4c04 100644
--- a/man3/pthread_setconcurrency.3
+++ b/man3/pthread_setconcurrency.3
@@ -81,12 +81,18 @@ would cause a system resource to be exceeded").
.SH VERSIONS
These functions are available in glibc since version 2.1.
.SH ATTRIBUTES
-.SS Multithreading (see pthreads(7))
-The
-.BR pthread_setconcurrency ()
-and
+For an explanation of the terms used in this section, see
+.BR attributes (7).
+.TS
+allbox;
+lbw25 lb lb
+l l l.
+Interface Attribute Value
+T{
+.BR pthread_setconcurrency (),
.BR pthread_getconcurrency ()
-functions are thread-safe.
+T} Thread safety MT-Safe
+.TE
.SH CONFORMING TO
POSIX.1-2001.
.SH NOTES