]>
Commit | Line | Data |
---|---|---|
224c7076 A |
1 | --- abs.3 2003-05-20 15:23:24.000000000 -0700 |
2 | +++ abs.3.edit 2006-09-27 18:20:25.000000000 -0700 | |
3 | @@ -47,14 +47,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 |