Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Clarify a sentence by removing a comma.



details:   https://anonhg.NetBSD.org/src/rev/6d089c743dd7
branches:  trunk
changeset: 754592:6d089c743dd7
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed May 05 06:19:15 2010 +0000

description:
Clarify a sentence by removing a comma.

diffstat:

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

diffs (27 lines):

diff -r 39942d3d6b6e -r 6d089c743dd7 share/man/man9/byteorder.9
--- a/share/man/man9/byteorder.9        Wed May 05 06:11:14 2010 +0000
+++ b/share/man/man9/byteorder.9        Wed May 05 06:19:15 2010 +0000
@@ -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 <mike%FreeBSD.org@localhost>
 .\" 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



Home | Main Index | Thread Index | Old Index