dmameme -> dmamem
authorjsg <jsg@openbsd.org>
Sun, 20 Feb 2022 23:14:36 +0000 (23:14 +0000)
committerjsg <jsg@openbsd.org>
Sun, 20 Feb 2022 23:14:36 +0000 (23:14 +0000)
share/man/man9/bus_dma.9

index a7fd34d..c8ccd7c 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: bus_dma.9,v 1.36 2015/11/23 17:53:57 jmc Exp $
+.\"    $OpenBSD: bus_dma.9,v 1.37 2022/02/20 23:14:36 jsg 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: November 23 2015 $
+.Dd $Mdocdate: February 20 2022 $
 .Dt BUS_DMAMAP_CREATE 9
 .Os
 .Sh NAME
@@ -681,7 +681,7 @@ the default address range for the bus.
 All pages allocated by
 .Fn bus_dmamem_alloc
 and
-.Fn bus_dmameme_alloc_range
+.Fn bus_dmamem_alloc_range
 will be wired down until they are freed by
 .Fn bus_dmamem_free .
 .Pp