]> 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 7519f3defaad5f10795e39fe38608a56beb4e0c4..af9c5b2d6ab28f4f38d30cae560145d4130e4602 100644 (file)
@@ -39,9 +39,7 @@ abs, labs, llabs, imaxabs \- compute the absolute value of an integer
 .B #include <stdlib.h>
 .PP
 .BI "int abs(int " j );
-.br
 .BI "long int labs(long int " j );
-.br
 .BI "long long int llabs(long long int " j );
 
 .B #include <inttypes.h>