Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 fix grammar: a -> an



details:   https://anonhg.NetBSD.org/src/rev/5338810876ed
branches:  trunk
changeset: 747782:5338810876ed
user:      cegger <cegger%NetBSD.org@localhost>
date:      Fri Oct 02 09:38:29 2009 +0000

description:
fix grammar: a -> an

diffstat:

 share/man/man9/byteorder.9 |  6 +++---
 share/man/man9/ioctl.9     |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 82a8fb569996 -r 5338810876ed share/man/man9/byteorder.9
--- a/share/man/man9/byteorder.9        Fri Oct 02 09:32:01 2009 +0000
+++ b/share/man/man9/byteorder.9        Fri Oct 02 09:38:29 2009 +0000
@@ -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 <mike%FreeBSD.org@localhost>
 .\" 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
diff -r 82a8fb569996 -r 5338810876ed share/man/man9/ioctl.9
--- a/share/man/man9/ioctl.9    Fri Oct 02 09:32:01 2009 +0000
+++ b/share/man/man9/ioctl.9    Fri Oct 02 09:38:29 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index