Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Xref ilog2(3) and imax(9).
details: https://anonhg.NetBSD.org/src/rev/215d589bac0b
branches: trunk
changeset: 755520:215d589bac0b
user: jruoho <jruoho%NetBSD.org@localhost>
date: Tue Jun 08 09:00:22 2010 +0000
description:
Xref ilog2(3) and imax(9).
diffstat:
share/man/man9/roundup.9 | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 54365b367d57 -r 215d589bac0b share/man/man9/roundup.9
--- a/share/man/man9/roundup.9 Tue Jun 08 08:55:46 2010 +0000
+++ b/share/man/man9/roundup.9 Tue Jun 08 09:00:22 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: roundup.9,v 1.1 2010/03/04 08:09:52 jruoho Exp $
+.\" $NetBSD: roundup.9,v 1.2 2010/06/08 09:00:22 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd March 4, 2010
+.Dd June 8, 2010
.Dt ROUNDUP 9
.Os
.Sh NAME
@@ -91,6 +91,9 @@
/* Round up to 32-bit boundary. */
rx = roundup2(rx, sizeof(uint32_t));
.Ed
+.Sh SEE ALSO
+.Xr ilog2 3 ,
+.Xr imax 9
.Sh CAVEATS
All described macros make no assumptions about the type of the parameters.
These are implicitly assumed to be unsigned integers.
Home |
Main Index |
Thread Index |
Old Index