Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Fix some typos reported by Hiten Pandya in PR...
details: https://anonhg.NetBSD.org/src/rev/4cd74d69181e
branches: trunk
changeset: 543078:4cd74d69181e
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Feb 16 16:06:19 2003 +0000
description:
Fix some typos reported by Hiten Pandya in PR 20366.
diffstat:
share/man/man9/bus_dma.9 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r abc5797a49cd -r 4cd74d69181e share/man/man9/bus_dma.9
--- a/share/man/man9/bus_dma.9 Sun Feb 16 15:02:05 2003 +0000
+++ b/share/man/man9/bus_dma.9 Sun Feb 16 16:06:19 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bus_dma.9,v 1.27 2003/02/11 07:02:26 thorpej Exp $
+.\" $NetBSD: bus_dma.9,v 1.28 2003/02/16 16:06:19 wiz Exp $
.\"
.\" Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -454,7 +454,7 @@
a DMA operation.
.Pp
An example of using
-.Fn bus_dmamamp_sync ,
+.Fn bus_dmamap_sync ,
involving multiple read-write use of a single mapping
might look like this:
.Bd -literal
@@ -528,7 +528,7 @@
Arguments are as follows:
.Bl -tag -width alignment -compact
.It Fa tag
-The is the bus_dma_tag_t passed down from the parent driver via
+This is the bus_dma_tag_t passed down from the parent driver via
.Fa \*[Lt]bus\*[Gt]_attach_args .
.It Fa size
The amount of memory to allocate.
@@ -681,7 +681,7 @@
This flag is a
.Em hint
to machine-dependent code.
-If possible, map the unchached memory.
+If possible, map the uncached memory.
This flag may be useful in the case that the memory cache causes unexpected
behavior of the device.
.El
Home |
Main Index |
Thread Index |
Old Index