]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthread_attr_setscope.3: Reformat thread-safety information
authorPeng Haitao <penght@cn.fujitsu.com>
Mon, 22 Sep 2014 06:36:46 +0000 (14:36 +0800)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 27 Feb 2015 12:57:18 +0000 (13:57 +0100)
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/pthread_attr_setscope.3

index bb98531d55cb2f44bb6beb5d249c9f4bd54e6b55..cada9cd59b2bff2a7f45535e34f6fbc6352ffa06 100644 (file)
@@ -117,12 +117,18 @@ specified the value
 .BR PTHREAD_SCOPE_PROCESS ,
 which is not supported on Linux.
 .SH ATTRIBUTES
-.SS Multithreading (see pthreads(7))
-The
-.BR pthread_attr_setscope ()
-and
+For an explanation of the terms used in this section, see
+.BR attributes (7).
+.TS
+allbox;
+lbw24 lb lb
+l l l.
+Interface      Attribute       Value
+T{
+.BR pthread_attr_setscope (),
 .BR pthread_attr_getscope ()
-functions are thread-safe.
+T}     Thread safety   MT-Safe
+.TE
 .SH CONFORMING TO
 POSIX.1-2001.
 .SH NOTES