]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ffs.3: Reformat thread-safety information
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 27 Jun 2014 06:18:30 +0000 (08:18 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 27 Feb 2015 12:57:12 +0000 (13:57 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/ffs.3

index b22c8d6879bbb155edce56a2e9116216c33e8c4a..9652d798eb99f776e7accfde3a7b9a1e8dcfba82 100644 (file)
@@ -89,13 +89,19 @@ These functions return the position of the first bit set,
 or 0 if no bits are set in
 .IR i .
 .SH ATTRIBUTES
-.SS Multithreading (see pthreads(7))
-The
+For an explanation of the terms used in this section, see
+.BR attributes (7).
+.TS
+allbox;
+lbw22 lb lb
+l l l.
+Interface      Attribute       Value
+T{
 .BR ffs (),
 .BR ffsl (),
-and
 .BR ffsll ()
-functions are thread-safe.
+T}     Thread safety   MT-Safe
+.TE
 .SH CONFORMING TO
 .BR ffs ():
 4.3BSD, POSIX.1-2001.