OSDN Git Service

(split) LDP: Update original to LDP v3.38.
[linuxjm/LDP_man-pages.git] / original / man3 / fmod.3
index cf24754..4909796 100644 (file)
@@ -30,7 +30,7 @@
 .\" Modified 2002-07-27 by Walter Harms
 .\"    (walter.harms@informatik.uni-oldenburg.de)
 .\"
-.TH FMOD 3  2010-09-20 "" "Linux Programmer's Manual"
+.TH FMOD 3  2012-03-15 "" "Linux Programmer's Manual"
 .SH NAME
 fmod, fmodf, fmodl \- floating-point remainder function
 .SH SYNOPSIS
@@ -127,6 +127,12 @@ An invalid floating-point exception
 is raised.
 .\" POSIX.1 documents an optional underflow error, but AFAICT it doesn't
 .\" (can't?) occur -- mtk, Jul 2008
+.SH "CONFORMING TO"
+C99, POSIX.1-2001.
+The variant returning
+.I double
+also conforms to
+SVr4, 4.3BSD, C89.
 .SH BUGS
 Before version 2.10, the glibc implementation did not set
 .\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6784
@@ -135,11 +141,5 @@ to
 .B EDOM
 when a domain error occurred for an infinite
 .IR x .
-.SH "CONFORMING TO"
-C99, POSIX.1-2001.
-The variant returning
-.I double
-also conforms to
-SVr4, 4.3BSD, C89.
 .SH "SEE ALSO"
 .BR remainder (3)