Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 roundup2(x, y) does not assume that x is powe...
details: https://anonhg.NetBSD.org/src/rev/85388bbb93c3
branches: trunk
changeset: 761330:85388bbb93c3
user: enami <enami%NetBSD.org@localhost>
date: Mon Jan 24 10:22:15 2011 +0000
description:
roundup2(x, y) does not assume that x is power of 2, but y is.
diffstat:
share/man/man9/roundup.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 18dca804b879 -r 85388bbb93c3 share/man/man9/roundup.9
--- a/share/man/man9/roundup.9 Mon Jan 24 10:15:39 2011 +0000
+++ b/share/man/man9/roundup.9 Mon Jan 24 10:22:15 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index