]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/abs.3: Remove NOTES section
authorAlejandro Colomar <alx@kernel.org>
Mon, 14 Apr 2025 08:59:21 +0000 (10:59 +0200)
committerAlejandro Colomar <alx@kernel.org>
Mon, 14 Apr 2025 09:01:15 +0000 (11:01 +0200)
This seems to be about implementation details that are unimportant to
programmers.  It is widely understood that compilers may optimize some
libc calls.

Cc: Anton Zellerhoff <wg14@ascz.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/abs.3

index 719082e48372389e578f41d00140405756b92f43..145419537e086c9913371b2b3de90a8ad4217d7a 100644 (file)
@@ -130,22 +130,6 @@ and
 .BR imaxabs (),
 trying to take the absolute value of the most negative integer
 is not defined.
-.SH NOTES
-By default,
-GCC handles
-.BR abs (),
-.BR labs (),
-and (since GCC 3.0)
-.BR llabs ()
-and
-.BR imaxabs ()
-and (since GCC 15.0)
-.BR uabs (),
-.BR ulabs (),
-.BR \%ullabs (),
-and
-.BR \%uimaxabs ()
-as built-in functions.
 .SH SEE ALSO
 .BR cabs (3),
 .BR ceil (3),