Module Name: src
Committed By: jruoho
Date: Wed Jun 1 11:19:19 UTC 2011
Modified Files:
src/share/man/man9: roundup.9
Log Message:
Fix a typo.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/share/man/man9/roundup.9:1.8
--- src/share/man/man9/roundup.9:1.7 Fri Apr 8 08:49:19 2011
+++ src/share/man/man9/roundup.9 Wed Jun 1 11:19:19 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: roundup.9,v 1.7 2011/04/08 08:49:19 wiz Exp $
+.\" $NetBSD: roundup.9,v 1.8 2011/06/01 11:19:19 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 April 8, 2011
+.Dd June 1, 2011
.Dt ROUNDUP 9
.Os
.Sh NAME
@@ -84,7 +84,7 @@
is 0.
.Sh EXAMPLES
The following example rounds the variable
-.Va x
+.Va rx
to a 32-bit boundary:
.Bd -literal -offset indent
uint16_t rx;