diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-09-18 21:52:48 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-09-18 21:52:48 +0000 |
commit | 9bd6862f46c6cba7c4a226759cc41ff5f891f56e (patch) | |
tree | 06209e2763db1e164c9d3330ce7c4256cee9e408 /share/man/man9/bus_dma.9 | |
parent | fbb2e03ce5baf2159c101a175006f369f57b3a10 (diff) |
missing word
ok jmc@
Diffstat (limited to 'share/man/man9/bus_dma.9')
-rw-r--r-- | share/man/man9/bus_dma.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 2a88d7c08a1..ebe35cbf623 100644 --- a/share/man/man9/bus_dma.9 +++ b/share/man/man9/bus_dma.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bus_dma.9,v 1.19 2004/05/10 18:14:42 pvalchev Exp $ +.\" $OpenBSD: bus_dma.9,v 1.20 2005/09/18 21:52:47 dlg Exp $ .\" $NetBSD: bus_dma.9,v 1.14 2000/06/14 06:49:19 cgd Exp $ .\" .\" Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -451,7 +451,7 @@ Perform any pre-write DMA cache and/or bounce operations. Perform any post-write DMA cache and/or bounce operations. .El .Pp -More than one operation may performed in a given synchronization call. +More than one operation may be performed in a given synchronization call. Mixing of .Em PRE and |