]> git.saurik.com Git - apple/libc.git/blame - stdlib/FreeBSD/abs.3.patch
Libc-763.13.tar.gz
[apple/libc.git] / stdlib / FreeBSD / abs.3.patch
CommitLineData
1f2f436a
A
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 @@
224c7076
A
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