aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/bus_dma.9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-06-15 13:31:23 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-06-15 13:31:23 +0000
commit4f0689613061cb529e45bdd405b619dbb404b232 (patch)
tree58b1b51ae0cee4af458796860e303ff0d40670bc /share/man/man9/bus_dma.9
parentc1ef2d47b120ce40323306baf929f610cfcb87a3 (diff)
downloadsrc-4f0689613061cb529e45bdd405b619dbb404b232.tar.gz
src-4f0689613061cb529e45bdd405b619dbb404b232.zip
Assorted markup fixes and minor wordsmithing.
Approved by: re
Notes
Notes: svn path=/head/; revision=147398
Diffstat (limited to 'share/man/man9/bus_dma.9')
-rw-r--r--share/man/man9/bus_dma.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9
index ea7f64af98fc..ceab45456067 100644
--- a/share/man/man9/bus_dma.9
+++ b/share/man/man9/bus_dma.9
@@ -563,8 +563,8 @@ DMA tag.
.It Fn bus_dmamap_load_mbuf_sg "dmat" "map" "mbuf" "segs" "nsegs" "flags"
This is just like
.Fn bus_dmamap_load_mbuf
-except that it returns immediately without calling a callback function. It is
-provided for efficiency.
+except that it returns immediately without calling a callback function.
+It is provided for efficiency.
The scatter/gather segment array
.Va segs
is provided by the caller and filled in directly by the function.