summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-07-02 15:52:44 +0000
committerscottl <scottl@FreeBSD.org>2004-07-02 15:52:44 +0000
commit4ee5f5f697c24fce11a492d900b77e7465b540cb (patch)
tree99d31376abca09cba7b724d528398c3e0c24ab76 /share/man/man9
parent9739bce6b23922810dbbc98286eba9581d50fa9f (diff)
downloadFreeBSD-src-4ee5f5f697c24fce11a492d900b77e7465b540cb.zip
FreeBSD-src-4ee5f5f697c24fce11a492d900b77e7465b540cb.tar.gz
Small grammar fix.
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/bus_dma.92
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
OpenPOWER on IntegriCloud