From 929a50b5d61434d50f534635720c75587d74d253 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 12 Jun 2014 12:40:13 +0200 Subject: [PATCH] atof.3: Reformat thread-safety information Signed-off-by: Michael Kerrisk --- man3/atof.3 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/man3/atof.3 b/man3/atof.3 index f1cef735c..69ebe8438 100644 --- a/man3/atof.3 +++ b/man3/atof.3 @@ -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