projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f07e0fe
)
Fix summary table. Thanks to leith <eleith@stanford.edu>.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 27 Jun 2005 15:13:04 +0000
(15:13 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 27 Jun 2005 15:13:04 +0000
(15:13 +0000)
doc/44bsd.texi
patch
|
blob
|
history
diff --git
a/doc/44bsd.texi
b/doc/44bsd.texi
index b99f3ca897691fc0e9892ebf278cb3b51117c624..4d61c17afb995b8daf753c6a57ad42f4d1419bf8 100644
(file)
--- 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}