abs.3: wfix

Reported-by: Jonny Grant <jg@jguk.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-10-10 22:11:56 +02:00
parent 2d1b2fbc61
commit 36ad6ae0b4
1 changed files with 4 additions and 6 deletions

View File

@ -122,15 +122,13 @@ to be declared, it may be necessary to define
version of glibc) before including any standard headers.
.PP
GCC handles
.BR abs ()
and
.BR labs ()
as built-in functions.
GCC 3.0 also handles
.BR abs (),
.BR labs (),
and (since GCC 3.0)
.BR llabs ()
and
.BR imaxabs ()
as built-ins.
as built-in functions.
.SH SEE ALSO
.BR cabs (3),
.BR ceil (3),