]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/abs.3
fanotify_init.2, fanotify.7: Document FAN_REPORT_TID
[thirdparty/man-pages.git] / man3 / abs.3
index 1ecc2cafc63e1f939b03017ee4084cd473e7a49c..af9c5b2d6ab28f4f38d30cae560145d4130e4602 100644 (file)
@@ -37,23 +37,21 @@ abs, labs, llabs, imaxabs \- compute the absolute value of an integer
 .SH SYNOPSIS
 .nf
 .B #include <stdlib.h>
-.sp
+.PP
 .BI "int abs(int " j );
-.br
 .BI "long int labs(long int " j );
-.br
 .BI "long long int llabs(long long int " j );
-.sp
+
 .B #include <inttypes.h>
-.sp
+.PP
 .BI "intmax_t imaxabs(intmax_t " j );
 .fi
-.sp
+.PP
 .in -4n
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):
 .in
-.sp
+.PP
 .ad l
 .BR llabs ():
 .RS 4