]> git.saurik.com Git - apple/libc.git/blob - stdlib/FreeBSD/abs.3.patch
6ea66428229b675f03a78d2910f52d01716a1c9d
[apple/libc.git] / stdlib / FreeBSD / abs.3.patch
1 --- abs.3.bsdnew 2009-11-13 14:11:46.000000000 -0800
2 +++ abs.3 2009-11-13 14:11:46.000000000 -0800
3 @@ -43,14 +43,12 @@
4 .Sh SYNOPSIS
5 .In stdlib.h
6 .Ft int
7 -.Fn abs "int j"
8 +.Fn abs "int i"
9 .Sh DESCRIPTION
10 The
11 .Fn abs
12 -function
13 -computes
14 -the absolute value of the integer
15 -.Fa j .
16 +function computes the absolute value of the integer
17 +.Fa i .
18 .Sh RETURN VALUES
19 The
20 .Fn abs