Clarify a sentence by removing a comma.

This commit is contained in:
jruoho 2010-05-05 06:19:15 +00:00
parent 59d481ff7f
commit 450d8f49d5
1 changed files with 3 additions and 3 deletions

View File

@ -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>
.\" 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 @@ These were later ported to
.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