diff options
author | Scott Long <scottl@FreeBSD.org> | 2004-07-02 15:52:44 +0000 |
---|---|---|
committer | Scott Long <scottl@FreeBSD.org> | 2004-07-02 15:52:44 +0000 |
commit | 2da554d8f26bb031c1d4dc1d9430545cf1b01ded (patch) | |
tree | 99d31376abca09cba7b724d528398c3e0c24ab76 | |
parent | a65cfc98ff052c393b5b80fc7f52fd0b94eb9853 (diff) | |
download | src-2da554d8f26bb031c1d4dc1d9430545cf1b01ded.tar.gz src-2da554d8f26bb031c1d4dc1d9430545cf1b01ded.zip |
Notes
-rw-r--r-- | share/man/man9/bus_dma.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index bf1f3a03f3b6..92fd6874afa7 100644 --- a/share/man/man9/bus_dma.9 +++ b/share/man/man9/bus_dma.9 @@ -322,7 +322,7 @@ Boundary constraint, in bytes, of the target DMA memory region. The boundary indicates the set of addresses, all multiples of the boundary argument, that cannot be crossed by a single .Vt bus_dma_segment_t . -The boundary must be either a power of 2 or 0. +The boundary must be a power of 2. .Ql 0 indicates that there are no boundary restrictions. .It Fa lowaddr |