summaryrefslogtreecommitdiffstats
path: root/share/man/man9/bus_dma.9
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2005-01-18 18:13:03 +0000
committerbrueffer <brueffer@FreeBSD.org>2005-01-18 18:13:03 +0000
commitfcec19ccf28af62c5e4b4bf14da3f8e5bd817949 (patch)
tree367610bce3cfeeaad2e68362251825e2445342fd /share/man/man9/bus_dma.9
parent4c3230e55e0801458ebd397a7be47584acdfb73d (diff)
downloadFreeBSD-src-fcec19ccf28af62c5e4b4bf14da3f8e5bd817949.zip
FreeBSD-src-fcec19ccf28af62c5e4b4bf14da3f8e5bd817949.tar.gz
Typo fixes.
MFC after: 3 days
Diffstat (limited to 'share/man/man9/bus_dma.9')
-rw-r--r--share/man/man9/bus_dma.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9
index 5fce334..cf51f02 100644
--- a/share/man/man9/bus_dma.9
+++ b/share/man/man9/bus_dma.9
@@ -336,7 +336,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 a power of 2 and must be no smaller that the
+The boundary must be a power of 2 and must be no smaller than the
maximum segment size.
.Ql 0
indicates that there are no boundary restrictions.
@@ -345,7 +345,7 @@ indicates that there are no boundary restrictions.
Bounds of the window of bus address space that
.Em cannot
be directly accessed by the device.
-The window contains all address greater than lowaddr and
+The window contains all addresses greater than lowaddr and
less than or equal to highaddr.
For example, a device incapable of DMA above 4GB, would specify
a highaddr of
OpenPOWER on IntegriCloud