aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Haitao <penght@cn.fujitsu.com>2014-09-15 10:44:05 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-02-27 13:57:17 +0100
commit6e469d9dbd8f43a643bc20e924da108e8a7029d6 (patch)
tree2a7219d1f78a88b7ba2640b7aebe19b765b8e9b9
parentc711e0c896b82278e0a60f79d00ce79a9b93d02d (diff)
downloadman-pages-6e469d9dbd8f43a643bc20e924da108e8a7029d6.tar.gz
pthread_setconcurrency.3: Reformat thread-safety information
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-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