abs.3: Reformat thread-safety information

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-12 12:34:31 +02:00
parent 74a70e340a
commit 9baacb3908
1 changed files with 12 additions and 4 deletions

View File

@ -80,14 +80,22 @@ appropriate integer type for the function.
Returns the absolute value of the integer argument, of the appropriate Returns the absolute value of the integer argument, of the appropriate
integer type for the function. integer type for the function.
.SH ATTRIBUTES .SH ATTRIBUTES
.SS Multithreading (see pthreads(7)) For an explanation of the terms used in this section, see
The .BR attributes (7).
.ad l
.TS
allbox;
lb lb lb
l l l.
Interface Attribute Value
T{
.BR abs (), .BR abs (),
.BR labs (), .BR labs (),
.BR llabs (), .BR llabs (),
and
.BR imaxabs () .BR imaxabs ()
functions are thread-safe. T} Thread safety MT-Safe
.TE
.ad
.SH CONFORMING TO .SH CONFORMING TO
SVr4, POSIX.1-2001, 4.3BSD, C99. SVr4, POSIX.1-2001, 4.3BSD, C99.
.\" POSIX.1 (1996 edition) requires only the .\" POSIX.1 (1996 edition) requires only the