]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/frexp.3
fanotify_init.2, fanotify.7: Document FAN_REPORT_TID
[thirdparty/man-pages.git] / man3 / frexp.3
index c9b3c3844f4a284f5c467e4bc28ca8c3b7335a18..5d33712e0af6130e73cb386abb12728f1bf4de2a 100644 (file)
@@ -30,7 +30,7 @@
 .\" Modified 2002-07-27 by Walter Harms
 .\"    (walter.harms@informatik.uni-oldenburg.de)
 .\"
-.TH FREXP 3 2016-03-15 "" "Linux Programmer's Manual"
+.TH FREXP 3 2017-09-15 "" "Linux Programmer's Manual"
 .SH NAME
 frexp, frexpf, frexpl \- convert floating-point number to fractional
 and integral components
@@ -39,9 +39,7 @@ and integral components
 .B #include <math.h>
 .PP
 .BI "double frexp(double " x ", int *" exp );
-.br
 .BI "float frexpf(float " x ", int *" exp );
-.br
 .BI "long double frexpl(long double " x ", int *" exp );
 .fi
 .PP