OSDN Git Service

(split) LDP: Update draft and release (from the previous commit)
[linuxjm/LDP_man-pages.git] / release / man3 / atof.3
index 4b5d334..f9b1148 100644 (file)
@@ -61,9 +61,8 @@ strtod(nptr, NULL);
 変換された値。
 .SH 属性
 .SS "マルチスレッディング (pthreads(7) 参照)"
-The \fBatof\fP()  function is thread\-safe with exceptions.  It can be safely
-used in multithreaded applications, as long as \fBsetlocale\fP(3)  is not
-called to change the locale during its execution.
+\fBatof\fP() 関数は、例外付きのスレッドセーフである。実行中に \fBsetlocale\fP(3)
+を呼び出してロケールを変更しない限り、マルチスレッドアプリケーションで安全に使用することができる。
 .SH 準拠
 SVr4, POSIX.1\-2001, 4.3BSD, C89, C99.
 .SH 関連項目