OSDN Git Service

(split) LDP: Update release (3.64)
[linuxjm/LDP_man-pages.git] / release / man3 / fmin.3
index 026bcc1..c8e1d3f 100644 (file)
@@ -46,7 +46,7 @@ or \fIcc\ \-std=c99\fP
 .RE
 .ad
 .SH 説明
-These functions return the lesser value of \fIx\fP and \fIy\fP.
+これらの関数は \fIx\fP と \fIy\fP のうち小さい方の値を返す。
 .SH 返り値
 これらの関数は \fIx\fP と \fIy\fP の最小値を返す。
 
@@ -59,12 +59,12 @@ These functions return the lesser value of \fIx\fP and \fIy\fP.
 これらの関数は glibc バージョン 2.1 で初めて登場した。
 .SH 属性
 .SS "マルチスレッディング (pthreads(7) 参照)"
-The \fBfmin\fP(), \fBfminf\fP(), and \fBfminl\fP()  functions are thread\-safe.
+関数 \fBfmin\fP(), \fBfminf\fP(), \fBfminl\fP() はスレッドセーフである。
 .SH 準拠
 C99, POSIX.1\-2001.
 .SH 関連項目
 \fBfmax\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.54 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.64 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。