]>
Commit | Line | Data |
---|---|---|
1f2f436a A |
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 @@ | |
224c7076 A |
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 , |