]> git.saurik.com Git - apple/libc.git/blame - stdlib/FreeBSD/ldiv.3.patch
Libc-763.11.tar.gz
[apple/libc.git] / stdlib / FreeBSD / ldiv.3.patch
CommitLineData
1f2f436a
A
1--- ldiv.3.bsdnew 2009-11-13 14:11:49.000000000 -0800
2+++ ldiv.3 2009-11-13 14:11:49.000000000 -0800
3@@ -43,14 +43,15 @@
224c7076
A
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