]>
Commit | Line | Data |
---|---|---|
224c7076 A |
1 | --- _SB/Libc/stdlib/FreeBSD/ldiv.3 2003-05-20 15:23:24.000000000 -0700 |
2 | +++ _SB/Libc/stdlib/FreeBSD/ldiv.3.edit 2006-06-28 16:55:53.000000000 -0700 | |
3 | @@ -47,14 +47,15 @@ | |
4 | .Sh SYNOPSIS | |
5 | .In stdlib.h | |
6 | .Ft ldiv_t | |
7 | -.Fn ldiv "long num" "long denom" | |
8 | +.Fn ldiv "long numer" "long denom" | |
9 | .Sh DESCRIPTION | |
10 | The | |
11 | .Fn ldiv | |
12 | function | |
13 | computes the value | |
14 | -.Fa num Ns / Ns Fa denom | |
15 | -and returns the quotient and remainder in a structure named | |
16 | +.Fa numer Ns / Ns Fa denom | |
17 | +(numerator/denominator). | |
18 | +Ir returns the quotient and remainder in a structure named | |
19 | .Vt ldiv_t | |
20 | that contains two | |
21 | .Vt long |