Module Name: src
Committed By: dholland
Date: Thu May 6 08:02:47 UTC 2010
Modified Files:
src/share/man/man9: byteorder.9
Log Message:
Improve previous further.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/share/man/man9/byteorder.9:1.7
--- src/share/man/man9/byteorder.9:1.6 Wed May 5 06:19:15 2010
+++ src/share/man/man9/byteorder.9 Thu May 6 08:02:47 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: byteorder.9,v 1.6 2010/05/05 06:19:15 jruoho Exp $
+.\" $NetBSD: byteorder.9,v 1.7 2010/05/06 08:02:47 dholland Exp $
.\"
.\" Copyright (c) 2002 Mike Barcroft <[email protected]>
.\" All rights reserved.
@@ -188,11 +188,11 @@
.Nx 1.5 .
These were later ported to
.Fx 5.0 .
-The functions were originally introduced to handle
+These functions were originally introduced to handle
.Tn PCI
-bus master devices which assumed little endian byte order in
+bus master devices that do little endian
.Tn DMA
-transfers, even on big endian systems.
+transfers on big endian systems.
.Pp
The encode/decode functions first appeared in
.Fx 5.1 .