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

index e0bdd913ec9bcab2982da91de28a8fbaa64dcc5b..1e20a99b3bc525f40c3f481deb03bfaee741858b 100644 (file)
@@ -75,10 +75,17 @@ when successful, or
 upon
 failure.
 .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 ungetwc ()
-function is thread-safe.
+T}     Thread safety   MT-Safe
+.TE
 .SH CONFORMING TO
 C99.
 .SH NOTES