Loading...
stdlib/abs.3 Libc-763.13 Libc-262
--- Libc/Libc-763.13/stdlib/abs.3
+++ Libc/Libc-262/stdlib/abs.3
@@ -13,6 +13,10 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"	This product includes software developed by the University of
+.\"	California, Berkeley and its contributors.
 .\" 4. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
@@ -30,9 +34,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)abs.3	8.1 (Berkeley) 6/4/93
-.\" $FreeBSD: src/lib/libc/stdlib/abs.3,v 1.13 2007/01/09 00:28:09 imp 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
@@ -43,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
@@ -60,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.