]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/abs.3
Libc-1081.1.3.tar.gz
[apple/libc.git] / stdlib / FreeBSD / abs.3
index f2556e87faaf68388a0ad72b241219dba8121b81..9dc52992ecc65c186d375a491634fd19d5c202d9 100644 (file)
 .\" 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.
@@ -34,7 +30,7 @@
 .\" 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.13 2007/01/09 00:28:09 imp Exp $
 .\"
 .Dd November 14, 2001
 .Dt ABS 3
 .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
-.Fa j .
+function computes the absolute value of the integer
+.Fa i .
 .Sh RETURN VALUES
 The
 .Fn abs