diff options
author | ru <ru@FreeBSD.org> | 2005-12-13 17:07:52 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-12-13 17:07:52 +0000 |
commit | e279c872b10e211440c54ef0e9fa86e257f027d2 (patch) | |
tree | 726e3637f17a75ad2b0fa38b159f04e427d5a32b /share/man/man9/bus_dma.9 | |
parent | 53041c5448209c163cc4a5fa4172163b787b80c9 (diff) | |
download | FreeBSD-src-e279c872b10e211440c54ef0e9fa86e257f027d2.zip FreeBSD-src-e279c872b10e211440c54ef0e9fa86e257f027d2.tar.gz |
[mdoc] add missing space before a punctuation type argument.
Diffstat (limited to 'share/man/man9/bus_dma.9')
-rw-r--r-- | share/man/man9/bus_dma.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 111ff99..467dd07 100644 --- a/share/man/man9/bus_dma.9 +++ b/share/man/man9/bus_dma.9 @@ -337,7 +337,7 @@ Hardware that can DMA starting at any address would specify for byte alignment. Hardware requiring DMA transfers to start on a multiple of 4K would specify -.Em 4096. +.Em 4096 . .It Fa boundary Boundary constraint, in bytes, of the target DMA memory region. The boundary indicates the set of addresses, all multiples of the @@ -376,7 +376,7 @@ Optional filter function (may be NULL) to be called for any attempt to map memory into the window described by .Fa lowaddr and -.Fa highaddr. +.Fa highaddr . A filter function is only required when the single window described by .Fa lowaddr @@ -496,7 +496,7 @@ Arguments are as follows: .Bl -tag -width buflen -compact .It Fa dmat DMA tag used to allocate -.Fa map. +.Fa map . .It Fa map A DMA map without a currently active mapping. .It Fa buf |