OSDN Git Service

(split) LDP: Update the version to 3.53 in PO files
[linuxjm/LDP_man-pages.git] / draft / man3 / fabs.3
index 7dec272..17d5d82 100644 (file)
@@ -34,7 +34,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH FABS 3 2010\-09\-20 "" "Linux Programmer's Manual"
+.TH FABS 3 2013\-07\-10 "" "Linux Programmer's Manual"
 .SH 名前
 fabs, fabsf, fabsl \- 浮動小数点実数の絶対値
 .SH 書式
@@ -64,7 +64,7 @@ or \fIcc\ \-std=c99\fP
 .RE
 .ad b
 .SH 説明
-\fBfabs\fP()  関数群は浮動小数点実数 \fIx\fP の絶対値を返す。
+These functions return the absolute value of the floating\-point number \fIx\fP.
 .SH 返り値
 これらの関数は \fIx\fP の絶対値を返す。
 
@@ -75,11 +75,14 @@ or \fIcc\ \-std=c99\fP
 \fIx\fP が負の無限大か正の無限大の場合、正の無限大が返される。
 .SH エラー
 エラーは発生しない。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+The \fBfabs\fP(), \fBfabsf\fP(), and \fBfabsl\fP()  functions are thread\-safe.
 .SH 準拠
 C99, POSIX.1\-2001.  \fIdouble\fP 版の関数は SVr4, 4.3BSD, C89 にも準拠している。
 .SH 関連項目
 \fBabs\fP(3), \fBcabs\fP(3), \fBceil\fP(3), \fBfloor\fP(3), \fBlabs\fP(3), \fBrint\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。