atof.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:40:13 +02:00
parent 9baacb3908
commit 929a50b5d6
1 changed files with 10 additions and 5 deletions

View File

@ -56,12 +56,17 @@ does not detect errors.
The converted value.
.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 atof ()
function is thread-safe with exceptions.
It can be safely used in multithreaded applications, as long as
.BR setlocale (3)
is not called to change the locale during its execution.
T} Thread safety MT-Safe locale
.TE
.SH CONFORMING TO
SVr4, POSIX.1-2001, 4.3BSD, C89, C99.
.SH SEE ALSO