X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf..a28bf75d63c6a64e4c3b417c6052e45f42c6cedd:/stdlib/FreeBSD/lldiv.3 diff --git a/stdlib/FreeBSD/lldiv.3 b/stdlib/FreeBSD/lldiv.3 index 96ecf1a..98f4813 100644 --- a/stdlib/FreeBSD/lldiv.3 +++ b/stdlib/FreeBSD/lldiv.3 @@ -40,10 +40,10 @@ The .Fn lldiv function computes the value of -.Fa numer +.Fa numer , divided by -.Fa denom -and returns the stored result in the form of the +.Fa denom . +It returns the stored result in the form of the .Vt lldiv_t type. .Pp @@ -52,7 +52,7 @@ The type is defined as: .Bd -literal -offset indent typedef struct { - long long quot; /* Quotient. */ + long long quot; /* Quotient. */ long long rem; /* Remainder. */ } lldiv_t; .Ed