Mon Jan 24 10:22:15 2011 UTC ()
roundup2(x, y) does not assume that x is power of 2, but y is.


(enami)
diff -r1.3 -r1.4 src/share/man/man9/roundup.9

cvs diff -r1.3 -r1.4 src/share/man/man9/roundup.9 (expand / switch to context diff)
--- src/share/man/man9/roundup.9 2010/06/08 09:02:55 1.3
+++ src/share/man/man9/roundup.9 2011/01/24 10:22:15 1.4
@@ -1,4 +1,4 @@
-.\" $NetBSD: roundup.9,v 1.3 2010/06/08 09:02:55 jruoho Exp $
+.\" $NetBSD: roundup.9,v 1.4 2011/01/24 10:22:15 enami Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -65,7 +65,7 @@
 The
 .Fn roundup2
 macro also rounds up, but with the assumption that
-.Fa x
+.Fa size
 is a power of two.
 If
 .Fa x