OSDN Git Service

(split) LDP: Update original to LDP v3.54
[linuxjm/LDP_man-pages.git] / original / man3 / fmin.3
index 517a2e3..2b64ec6 100644 (file)
@@ -6,7 +6,7 @@
 .\" Distributed under GPL
 .\" %%%LICENSE_END
 .\"
-.TH FMIN 3 2010-09-20 "" "Linux Programmer's Manual"
+.TH FMIN 3 2013-09-17 "" "Linux Programmer's Manual"
 .SH NAME
 fmin, fminf, fminl \- determine minimum of two floating-point numbers
 .SH SYNOPSIS
@@ -38,7 +38,7 @@ or
 .RE
 .ad
 .SH DESCRIPTION
-These functions the lesser value of
+These functions return the lesser value of
 .I x
 and
 .IR y .
@@ -55,6 +55,14 @@ If both arguments are NaN, a NaN is returned.
 No errors occur.
 .SH VERSIONS
 These functions first appeared in glibc in version 2.1.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR fmin (),
+.BR fminf (),
+and
+.BR fminl ()
+functions are thread-safe.
 .SH CONFORMING TO
 C99, POSIX.1-2001.
 .SH SEE ALSO