diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-07-02 00:19:57 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-07-02 00:19:57 +0000 |
commit | 371ab5a3fc525998062674671171bc871874548d (patch) | |
tree | bcce944a82bb1e040aae3575bc6148675f204b11 /share | |
parent | 8b28c41992777e4ce848fad22b51d8c63e03cef8 (diff) |
english is my first and only language... you'd never know it.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/bus_dma.9 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 4b26cc789ca..910b15d3c18 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.5 2001/06/29 02:10:05 jason Exp $ +.\" $OpenBSD: bus_dma.9,v 1.6 2001/07/02 00:19:56 jason 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. @@ -645,8 +645,8 @@ placed into the DMA map for use by later calls to .El .Pp Behavior is undefined if invalid arguments are passed to -.Fn bus_dmamem_map -and must not be called from an interrupt context. +.Fn bus_dmamem_map . +This function must not be called from an interrupt context. .Pp Returns 0 on success, or an error code indicating mode of failure. .It Fn bus_dmamem_unmap "tag" "kva" "size" @@ -665,8 +665,8 @@ The size of the mapping. .El .Pp Behavior is undefined if invalid arguments are passed to -.Fn bus_dmamem_unmap -and must not be call from an interrupt context. +.Fn bus_dmamem_unmap . +This function must not be called from an interrupt context. .Pp If given valid arguments, .Fn bus_dmamem_unmap |