OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / draft / man3 / atof.3
index 4b5d334..4ada6eb 100644 (file)
@@ -61,14 +61,13 @@ 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 関連項目
 \fBatoi\fP(3), \fBatol\fP(3), \fBstrtod\fP(3), \fBstrtol\fP(3), \fBstrtoul\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.63 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。