OSDN Git Service

(split) LDP: Update release pages
[linuxjm/LDP_man-pages.git] / release / man3 / fmin.3
index 026bcc1..97114b5 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,7 +59,7 @@ 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 関連項目