X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf..23e20b0053d7317ce3facd3fd38db8c73c2c380a:/stdlib/FreeBSD/imaxdiv.3 diff --git a/stdlib/FreeBSD/imaxdiv.3 b/stdlib/FreeBSD/imaxdiv.3 index 2a6bad5..a9f5e12 100644 --- a/stdlib/FreeBSD/imaxdiv.3 +++ b/stdlib/FreeBSD/imaxdiv.3 @@ -40,10 +40,10 @@ The .Fn imaxdiv 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 . +The stored result is returned in the form of the .Vt imaxdiv_t type. .Pp @@ -52,7 +52,7 @@ The type is defined as: .Bd -literal -offset indent typedef struct { - intmax_t quot; /* Quotient. */ + intmax_t quot; /* Quotient. */ intmax_t rem; /* Remainder. */ } imaxdiv_t; .Ed