Module Name:    src
Committed By:   cegger
Date:           Fri Oct  2 09:38:29 UTC 2009

Modified Files:
        src/share/man/man9: byteorder.9 ioctl.9

Log Message:
fix grammar: a -> an


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/byteorder.9
cvs rdiff -u -r1.26 -r1.27 src/share/man/man9/ioctl.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/byteorder.9
diff -u src/share/man/man9/byteorder.9:1.3 src/share/man/man9/byteorder.9:1.4
--- src/share/man/man9/byteorder.9:1.3	Fri Apr 10 23:30:57 2009
+++ src/share/man/man9/byteorder.9	Fri Oct  2 09:38:29 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: byteorder.9,v 1.3 2009/04/10 23:30:57 tsutsui Exp $
+.\"	$NetBSD: byteorder.9,v 1.4 2009/10/02 09:38:29 cegger Exp $
 .\"
 .\" Copyright (c) 2002 Mike Barcroft <m...@freebsd.org>
 .\" All rights reserved.
@@ -147,7 +147,7 @@
 .Fn htobe32 ,
 and
 .Fn htobe64
-functions return a integer in the system's native
+functions return an integer in the system's native
 byte order converted to big endian byte order.
 The return value will be the same as the argument on big endian systems.
 .Pp
@@ -156,7 +156,7 @@
 .Fn htole32 ,
 and
 .Fn htole64
-functions return a integer in the system's native
+functions return an integer in the system's native
 byte order converted to little endian byte order.
 The return value will be the same as the argument on little endian systems.
 .Pp

Index: src/share/man/man9/ioctl.9
diff -u src/share/man/man9/ioctl.9:1.26 src/share/man/man9/ioctl.9:1.27
--- src/share/man/man9/ioctl.9:1.26	Wed Nov 12 12:35:54 2008
+++ src/share/man/man9/ioctl.9	Fri Oct  2 09:38:29 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: ioctl.9,v 1.26 2008/11/12 12:35:54 ad Exp $
+.\" $NetBSD: ioctl.9,v 1.27 2009/10/02 09:38:29 cegger Exp $
 .\"
 .\" Copyright (c) 1999  The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -233,7 +233,7 @@
 .Ar n
 for a given
 .Ar t .
-This is a unsigned 8 bit number.
+This is an unsigned 8 bit number.
 .It Ar pt
 This specifies the type of the passed parameter.
 This one gets internally transformed to the size of the parameter, so

Reply via email to