Loading...
--- Libc/Libc-498/stdlib/abs.3
+++ Libc/Libc-262/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.12 2002/12/18 13:33:03 ru Exp $
+.\" $FreeBSD: src/lib/libc/stdlib/abs.3,v 1.10 2001/09/07 14:46:35 asmodai Exp $
.\"
-.Dd November 14, 2001
+.Dd June 4, 1993
.Dt ABS 3
.Os
.Sh NAME
@@ -47,12 +47,14 @@
.Sh SYNOPSIS
.In stdlib.h
.Ft int
-.Fn abs "int i"
+.Fn abs "int j"
.Sh DESCRIPTION
The
.Fn abs
-function computes the absolute value of the integer
-.Fa i .
+function
+computes
+the absolute value of the integer
+.Ar j .
.Sh RETURN VALUES
The
.Fn abs
@@ -64,14 +66,12 @@
.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-99 .
+.St -isoC .
.Sh BUGS
The absolute value of the most negative integer remains negative.