fdim.3: Reformat thread-safety information

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-27 07:15:32 +02:00
parent 548c91cd2b
commit 9a81a87466
1 changed files with 10 additions and 4 deletions

View File

@ -79,13 +79,19 @@ These functions do not set
.SH VERSIONS
These functions first appeared in glibc in version 2.1.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
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 fdim (),
.BR fdimf (),
and
.BR fdiml ()
functions are thread-safe.
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
C99, POSIX.1-2001.
.SH SEE ALSO