Module Name: src
Committed By: jruoho
Date: Wed May 5 06:19:15 UTC 2010
Modified Files:
src/share/man/man9: byteorder.9
Log Message:
Clarify a sentence by removing a comma.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/byteorder.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.5 src/share/man/man9/byteorder.9:1.6
--- src/share/man/man9/byteorder.9:1.5 Tue May 4 05:49:12 2010
+++ src/share/man/man9/byteorder.9 Wed May 5 06:19:15 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: byteorder.9,v 1.5 2010/05/04 05:49:12 jruoho Exp $
+.\" $NetBSD: byteorder.9,v 1.6 2010/05/05 06:19:15 jruoho Exp $
.\"
.\" Copyright (c) 2002 Mike Barcroft <[email protected]>
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD: src/share/man/man9/byteorder.9,v 1.6 2003/05/21 17:32:55 ru Exp $
.\"
-.Dd May 4, 2010
+.Dd May 5, 2010
.Dt BYTEORDER 9
.Os
.Sh NAME
@@ -190,7 +190,7 @@
.Fx 5.0 .
The functions were originally introduced to handle
.Tn PCI
-bus master devices, which assumed little endian byte order in
+bus master devices which assumed little endian byte order in
.Tn DMA
transfers, even on big endian systems.
.Pp