Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Sort error descriptions.



details:   https://anonhg.NetBSD.org/src/rev/3cefc4a149b4
branches:  trunk
changeset: 767099:3cefc4a149b4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jul 09 07:57:53 2011 +0000

description:
Sort error descriptions.

diffstat:

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

diffs (24 lines):

diff -r 8f3e5cddf569 -r 3cefc4a149b4 share/man/man9/bus_dma.9
--- a/share/man/man9/bus_dma.9  Sat Jul 09 04:12:01 2011 +0000
+++ b/share/man/man9/bus_dma.9  Sat Jul 09 07:57:53 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bus_dma.9,v 1.56 2011/07/08 22:38:08 dyoung Exp $
+.\" $NetBSD: bus_dma.9,v 1.57 2011/07/09 07:57:53 wiz Exp $
 .\"
 .\" Copyright (c) 1996, 1997, 1998, 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -330,11 +330,11 @@
 Possible error codes include the following:
 .Pp
 .Bl -tag -width dmam -compact
+.It Er EFBIG
+Too many segments.
 .It Er EINVAL
 .Fa buflen
-is too large for the DMA map. 
-.It Er EFBIG
-Too many segments.
+is too large for the DMA map.
 .It Er ENOMEM
 Could not allocate memory for, e.g., a bounce buffer.
 .El



Home | Main Index | Thread Index | Old Index