]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/labs.3
Libc-1158.50.2.tar.gz
[apple/libc.git] / stdlib / FreeBSD / labs.3
index d496b30552a63f1bab083cb3939fa73328b27cac..b0009556ffee1cf0b7d1f157cba41d65f9d8fea3 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.
 .\"
 .\"     @(#)labs.3     8.1 (Berkeley) 6/4/93
-.\" $FreeBSD: src/lib/libc/stdlib/labs.3,v 1.9 2002/12/18 13:33:03 ru Exp $
+.\" $FreeBSD: src/lib/libc/stdlib/labs.3,v 1.10 2007/01/09 00:28:10 imp Exp $
 .\"
 .Dd November 14, 2001
 .Dt LABS 3
 .Sh SYNOPSIS
 .In stdlib.h
 .Ft long
-.Fn labs "long j"
+.Fn labs "long i"
 .Sh DESCRIPTION
 The
 .Fn labs
 function
 returns the absolute value of the long integer
-.Fa j .
+.Fa i .
 .Sh SEE ALSO
 .Xr abs 3 ,
 .Xr cabs 3 ,