Module Name: src
Committed By: dholland
Date: Fri May 14 05:23:35 UTC 2010
Modified Files:
src/share/man/man9: byteorder.9
Log Message:
fix previous again, hopefully ok this time
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/share/man/man9/byteorder.9:1.8
--- src/share/man/man9/byteorder.9:1.7 Thu May 6 08:02:47 2010
+++ src/share/man/man9/byteorder.9 Fri May 14 05:23:35 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: byteorder.9,v 1.7 2010/05/06 08:02:47 dholland Exp $
+.\" $NetBSD: byteorder.9,v 1.8 2010/05/14 05:23:35 dholland Exp $
.\"
.\" Copyright (c) 2002 Mike Barcroft <[email protected]>
.\" All rights reserved.
@@ -190,9 +190,9 @@
.Fx 5.0 .
These functions were originally introduced to handle
.Tn PCI
-bus master devices that do little endian
-.Tn DMA
-transfers on big endian systems.
+bus master devices that
+.Pq via Tn DMA
+transfer little endian data even on big endian systems.
.Pp
The encode/decode functions first appeared in
.Fx 5.1 .