ffs.3: Reformat thread-safety information

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-27 08:18:30 +02:00
parent 0b8af3fafe
commit 067fb97fbb
1 changed files with 10 additions and 4 deletions

View 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.