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
7 -.Fn ldiv "long num" "long denom"
8 +.Fn ldiv "long numer" "long denom"
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