Fix punctuation in last.
This commit is contained in:
parent
6185aa1a60
commit
58b3150f66
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: bus_dma.9,v 1.23 2002/06/12 15:23:34 fvdl Exp $
|
.\" $NetBSD: bus_dma.9,v 1.24 2002/06/12 15:27:55 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -442,8 +442,8 @@ a consistent view of a range of DMA memory, before and after
|
||||||
a DMA operation.
|
a DMA operation.
|
||||||
.Pp
|
.Pp
|
||||||
An example of using
|
An example of using
|
||||||
.Fn bus_dmamamp_sync
|
.Fn bus_dmamamp_sync ,
|
||||||
, involving multiple read-write use of a single mapping
|
involving multiple read-write use of a single mapping
|
||||||
might look like this:
|
might look like this:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
bus_dmamap_load(...);
|
bus_dmamap_load(...);
|
||||||
|
|
Loading…
Reference in New Issue