OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man3 / fmax.3
index 12340d3..adedf70 100644 (file)
@@ -6,7 +6,7 @@
 .\" Distributed under GPL
 .\" %%%LICENSE_END
 .\"
-.TH FMAX 3 2010-09-20 "" "Linux Programmer's Manual"
+.TH FMAX 3 2013-09-17 "" "Linux Programmer's Manual"
 .SH NAME
 fmax, fmaxf, fmaxl \- determine maximum of two floating-point numbers
 .SH SYNOPSIS
@@ -55,7 +55,23 @@ 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 fmax (),
+.BR fmaxf (),
+and
+.BR fmaxl ()
+functions are thread-safe.
 .SH CONFORMING TO
 C99, POSIX.1-2001.
 .SH SEE ALSO
 .BR fmin (3)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.