Loading...
--- Libc/Libc-262/stdlib/abs.3
+++ Libc/Libc-583/stdlib/abs.3
@@ -34,9 +34,9 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)abs.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD: src/lib/libc/stdlib/abs.3,v 1.10 2001/09/07 14:46:35 asmodai Exp $
+.\" $FreeBSD: src/lib/libc/stdlib/abs.3,v 1.12 2002/12/18 13:33:03 ru Exp $
.\"
-.Dd June 4, 1993
+.Dd November 14, 2001
.Dt ABS 3
.Os
.Sh NAME
@@ -47,14 +47,12 @@
.Sh SYNOPSIS
.In stdlib.h
.Ft int
-.Fn abs "int j"
+.Fn abs "int i"
.Sh DESCRIPTION
The
.Fn abs
-function
-computes
-the absolute value of the integer
-.Ar j .
+function computes the absolute value of the integer
+.Fa i .
.Sh RETURN VALUES
The
.Fn abs
@@ -66,12 +64,14 @@
.Xr fabs 3 ,
.Xr floor 3 ,
.Xr hypot 3 ,
+.Xr imaxabs 3 ,
.Xr labs 3 ,
+.Xr llabs 3 ,
.Xr math 3
.Sh STANDARDS
The
.Fn abs
function conforms to
-.St -isoC .
+.St -isoC-99 .
.Sh BUGS
The absolute value of the most negative integer remains negative.