]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/trunc.3
_exit.2, bpf.2, cacheflush.2, capget.2, chdir.2, chmod.2, chroot.2, clock_getres...
[thirdparty/man-pages.git] / man3 / trunc.3
index a2bf7ecf9c47ea3748189b1df82fc2d85e542ceb..eeb26947b282c4353060aa69061fc52c76447981 100644 (file)
@@ -28,21 +28,21 @@ trunc, truncf, truncl \- round to integer, toward zero
 .SH SYNOPSIS
 .nf
 .B #include <math.h>
-.sp
+.PP
 .BI "double trunc(double " x );
 .br
 .BI "float truncf(float " x );
 .br
 .BI "long double truncl(long double " x );
 .fi
-.sp
+.PP
 Link with \fI\-lm\fP.
-.sp
+.PP
 .in -4n
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):
 .in
-.sp
+.PP
 .ad l
 .BR trunc (),
 .BR truncf (),