]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/lrint.3
dlopen.3: Clarify that constructors are called only when library is first loaded
[thirdparty/man-pages.git] / man3 / lrint.3
index fff5794a1e105833af5a7ca2ac404a5d673bd9e8..cee7d73b7f62e4e93d041dba1defb27b69b74c9d 100644 (file)
@@ -24,7 +24,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH LRINT 3  2016-03-15 "" "Linux Programmer's Manual"
+.TH LRINT 3  2017-09-15 "" "Linux Programmer's Manual"
 .SH NAME
 lrint, lrintf, lrintl, llrint, llrintf, llrintl \- round to nearest integer
 .SH SYNOPSIS
@@ -32,15 +32,11 @@ lrint, lrintf, lrintl, llrint, llrintf, llrintl \- round to nearest integer
 .B #include <math.h>
 .PP
 .BI "long int lrint(double " x );
-.br
 .BI "long int lrintf(float " x );
-.br
 .BI "long int lrintl(long double " x );
 .PP
 .BI "long long int llrint(double " x );
-.br
 .BI "long long int llrintf(float " x );
-.br
 .BI "long long int llrintl(long double " x );
 .fi
 .PP