diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-09-21 11:01:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-09-21 11:01:38 +0000 |
commit | 872394498fbe3f985475f3e2abae27c5ab4c9602 (patch) | |
tree | 473dee0ee40031dcde7e9eb0919c38ce09101d96 /share | |
parent | 041825563ae894691de8576293dc9fa6e5cd519c (diff) |
spelling fix;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/bus_dma.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 03b368c47af..6c33aaeafc7 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.34 2015/01/24 19:20:26 jmc Exp $ +.\" $OpenBSD: bus_dma.9,v 1.35 2015/09/21 11:01:37 jmc 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. @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 24 2015 $ +.Dd $Mdocdate: September 21 2015 $ .Dt BUS_DMA 9 .Os .Sh NAME @@ -652,7 +652,7 @@ bus-dependent functionality. .Pp The .Fn bus_dmamem_alloc_range -function is a variaton of +function is a variation of .Fn bus_dmamem_alloc that allows specification of the "DMA safe" bus address range supported by the device. |