From: Ben Pfaff Date: Mon, 27 Jun 2005 15:13:04 +0000 (+0000) Subject: Fix summary table. Thanks to leith . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=9018e28b2292aef7055eff62d48aa814ad180b12 Fix summary table. Thanks to leith . --- diff --git a/doc/44bsd.texi b/doc/44bsd.texi index b99f3ca..4d61c17 100644 --- a/doc/44bsd.texi +++ b/doc/44bsd.texi @@ -314,7 +314,7 @@ q}: @tab @code{n * f} @item Convert @code{x} to integer (rounding down): -@tab @code{x * f} +@tab @code{x / f} @item Convert @code{x} to integer (rounding to nearest): @tab @code{(x + f / 2) / f}