diff options
author | scottl <scottl@FreeBSD.org> | 2004-07-02 15:52:44 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-07-02 15:52:44 +0000 |
commit | 4ee5f5f697c24fce11a492d900b77e7465b540cb (patch) | |
tree | 99d31376abca09cba7b724d528398c3e0c24ab76 | |
parent | 9739bce6b23922810dbbc98286eba9581d50fa9f (diff) | |
download | FreeBSD-src-4ee5f5f697c24fce11a492d900b77e7465b540cb.zip FreeBSD-src-4ee5f5f697c24fce11a492d900b77e7465b540cb.tar.gz |
Small grammar fix.
-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 bf1f3a0..92fd687 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 |