From 80e2715270fc05d5627c26f88e4c1ba8b093f510 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 14 Apr 2025 10:59:21 +0200 Subject: [PATCH] man/man3/abs.3: Remove NOTES section 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 Signed-off-by: Alejandro Colomar --- man/man3/abs.3 | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/man/man3/abs.3 b/man/man3/abs.3 index 719082e48..145419537 100644 --- a/man/man3/abs.3 +++ b/man/man3/abs.3 @@ -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), -- 2.47.2