Fix summary table. Thanks to leith <eleith@stanford.edu>.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 27 Jun 2005 15:13:04 +0000 (15:13 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 27 Jun 2005 15:13:04 +0000 (15:13 +0000)
doc/44bsd.texi

index b99f3ca897691fc0e9892ebf278cb3b51117c624..4d61c17afb995b8daf753c6a57ad42f4d1419bf8 100644 (file)
@@ -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}