div.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-28 11:12:12 -05:00
parent a831ef971d
commit f91bef833f
1 changed files with 2 additions and 0 deletions

View File

@ -89,7 +89,9 @@ were added in C99.
.SH EXAMPLE
After
.nf
div_t q = div(\-5, 3);
.fi
the values \fIq.quot\fP and \fIq.rem\fP are \-1 and \-2, respectively.
.SH "SEE ALSO"