]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthread_sigmask.3: Reformat thread-safety information
authorPeng Haitao <penght@cn.fujitsu.com>
Tue, 9 Sep 2014 03:47:29 +0000 (11:47 +0800)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 27 Feb 2015 12:57:17 +0000 (13:57 +0100)
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/pthread_sigmask.3

index c8d73a088560c598e6f78575f8d9edc903989367..1106e2bf4de82662b507bd1510ebb3446101b573 100644 (file)
@@ -67,10 +67,17 @@ on error, it returns an error number.
 See
 .BR sigprocmask (2).
 .SH ATTRIBUTES
-.SS Multithreading (see pthreads(7))
-The
+For an explanation of the terms used in this section, see
+.BR attributes (7).
+.TS
+allbox;
+lb lb lb
+l l l.
+Interface      Attribute       Value
+T{
 .BR pthread_sigmask ()
-function is thread-safe.
+T}     Thread safety   MT-Safe
+.TE
 .SH CONFORMING TO
 POSIX.1-2001.
 .SH NOTES