]> git.saurik.com Git - apple/libc.git/blob - stdlib/FreeBSD/labs.3.patch
baa4f45c08a0af78cab9630fa36bd120386b8635
[apple/libc.git] / stdlib / FreeBSD / labs.3.patch
1 --- labs.3.bsdnew 2009-11-13 14:11:49.000000000 -0800
2 +++ labs.3 2009-11-13 14:11:49.000000000 -0800
3 @@ -43,13 +43,13 @@
4 .Sh SYNOPSIS
5 .In stdlib.h
6 .Ft long
7 -.Fn labs "long j"
8 +.Fn labs "long i"
9 .Sh DESCRIPTION
10 The
11 .Fn labs
12 function
13 returns the absolute value of the long integer
14 -.Fa j .
15 +.Fa i .
16 .Sh SEE ALSO
17 .Xr abs 3 ,
18 .Xr cabs 3 ,