]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/ldiv.3
Libc-1439.100.3.tar.gz
[apple/libc.git] / stdlib / FreeBSD / ldiv.3
index 492d5084f28ee4ec4592e2aa7746763bc38e1825..904f0d5ef4ae405e0b6678ee8c72939605a67152 100644 (file)
 .Sh SYNOPSIS
 .In stdlib.h
 .Ft ldiv_t
-.Fn ldiv "long num" "long denom"
+.Fn ldiv "long numer" "long denom"
 .Sh DESCRIPTION
 The
 .Fn ldiv
 function
 computes the value
-.Fa num Ns / Ns Fa denom
-and returns the quotient and remainder in a structure named
+.Fa numer Ns / Ns Fa denom
+(numerator/denominator).
+Ir returns the quotient and remainder in a structure named
 .Vt ldiv_t
 that contains two
 .Vt long