aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/bus_dma.9
diff options
context:
space:
mode:
authorHiten Pandya <hmp@FreeBSD.org>2003-10-23 01:08:38 +0000
committerHiten Pandya <hmp@FreeBSD.org>2003-10-23 01:08:38 +0000
commitc7d3a65d43af3c6b31cd9e99d450ce4e47145f2f (patch)
tree25bbce9eb001e24575b202a37a6ad4e48630a6ce /share/man/man9/bus_dma.9
parentdc0b8f8933116d0a5efd5f26e066ad7b5d9b2346 (diff)
downloadsrc-c7d3a65d43af3c6b31cd9e99d450ce4e47145f2f.tar.gz
src-c7d3a65d43af3c6b31cd9e99d450ce4e47145f2f.zip
Mdoc Janitor:
* Remove hard sentence breaks from last commit to this file.
Notes
Notes: svn path=/head/; revision=121377
Diffstat (limited to 'share/man/man9/bus_dma.9')
-rw-r--r--share/man/man9/bus_dma.910
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9
index 340e354c95f0..506dcfc6d431 100644
--- a/share/man/man9/bus_dma.9
+++ b/share/man/man9/bus_dma.9
@@ -262,7 +262,8 @@ Perform any synchronization required after a combination of DMA read
and write operations.
.El
.It Vt bus_dma_lock_t
-Client specified lock/mutex manipulation method. This will be called from
+Client specified lock/mutex manipulation method.
+This will be called from
within busdma whenever a client lock needs to be manipulated.
This method is of the format:
.Bl -tag -width compact
@@ -279,8 +280,8 @@ performs standard mutex operations on the sleep mutex provided via the
passed into
.Fn bus_dma_tag_create .
.Fn dflt_lock
-will generate a system panic if it is called. It is substituted into
-the tag when
+will generate a system panic if it is called.
+It is substituted into the tag when
.Fa lockfunc
is passed as NULL to
.Fn bus_dma_tag_create .
@@ -390,7 +391,8 @@ is returned.
.El
.It Fa lockfunc
Optional lock manipulation function (may be NULL) to be called when busdma
-needs to manipulate a lock on behalf of the client. If NULL is specified,
+needs to manipulate a lock on behalf of the client.
+If NULL is specified,
.Fn dflt_lock
is used.
.It Fa lockfuncarg