Module Name: src
Committed By: jruoho
Date: Tue Jun 8 09:02:55 UTC 2010
Modified Files:
src/share/man/man9: roundup.9
Log Message:
Remove the unnecessary example.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/share/man/man9/roundup.9:1.3
--- src/share/man/man9/roundup.9:1.2 Tue Jun 8 09:00:22 2010
+++ src/share/man/man9/roundup.9 Tue Jun 8 09:02:55 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: roundup.9,v 1.2 2010/06/08 09:00:22 jruoho Exp $
+.\" $NetBSD: roundup.9,v 1.3 2010/06/08 09:02:55 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -82,15 +82,6 @@
The behavior is undefined if
.Fa size
is 0.
-.Sh EXAMPLES
-.Bd -literal -offset indent
-uint16_t rx;
-
-\&...
-
-/* Round up to 32-bit boundary. */
-rx = roundup2(rx, sizeof(uint32_t));
-.Ed
.Sh SEE ALSO
.Xr ilog2 3 ,
.Xr imax 9