Module Name:    src
Committed By:   wiz
Date:           Sat Jul  9 07:57:53 UTC 2011

Modified Files:
        src/share/man/man9: bus_dma.9

Log Message:
Sort error descriptions.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/share/man/man9/bus_dma.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/bus_dma.9
diff -u src/share/man/man9/bus_dma.9:1.56 src/share/man/man9/bus_dma.9:1.57
--- src/share/man/man9/bus_dma.9:1.56	Fri Jul  8 22:38:08 2011
+++ src/share/man/man9/bus_dma.9	Sat Jul  9 07:57:53 2011
@@ -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 EINVAL
-.Fa buflen
-is too large for the DMA map. 
 .It Er EFBIG
 Too many segments.
+.It Er EINVAL
+.Fa buflen
+is too large for the DMA map.
 .It Er ENOMEM
 Could not allocate memory for, e.g., a bounce buffer.
 .El

Reply via email to