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 previous again, hopefully ok this time



details:   https://anonhg.NetBSD.org/src/rev/4ba13c0667cc
branches:  trunk
changeset: 754841:4ba13c0667cc
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri May 14 05:23:35 2010 +0000

description:
fix previous again, hopefully ok this time

diffstat:

 share/man/man9/byteorder.9 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 5048c4c83081 -r 4ba13c0667cc share/man/man9/byteorder.9
--- a/share/man/man9/byteorder.9        Fri May 14 05:07:22 2010 +0000
+++ b/share/man/man9/byteorder.9        Fri May 14 05:23:35 2010 +0000
@@ -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 <mike%FreeBSD.org@localhost>
 .\" 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 .



Home | Main Index | Thread Index | Old Index