Module Name: src
Committed By: enami
Date: Mon Jan 24 10:22:15 UTC 2011
Modified Files:
src/share/man/man9: roundup.9
Log Message:
roundup2(x, y) does not assume that x is power of 2, but y is.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/roundup.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/roundup.9
diff -u src/share/man/man9/roundup.9:1.3 src/share/man/man9/roundup.9:1.4
--- src/share/man/man9/roundup.9:1.3 Tue Jun 8 09:02:55 2010
+++ src/share/man/man9/roundup.9 Mon Jan 24 10:22:15 2011
@@ -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