From 95929b661e02ea2bee9de8b65c69c5e9222475e4 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 23 Aug 2004 23:28:02 +0000 Subject: [PATCH] Even in a 80 column, fixed point font, there's plenty of room for all the arguments to bus_dmamap_load, so don't use '...' but list the actual args. '...' usually means a variable number of args (cf printf(3)), but bus_dmamap_load takes a fixed number of arguments. --- share/man/man9/bus_dma.9 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 1020aa187bd..8eb8f203954 100644 --- a/share/man/man9/bus_dma.9 +++ b/share/man/man9/bus_dma.9 @@ -458,7 +458,8 @@ Returns .Er EBUSY if a mapping is still active for .Fa map . -.It Fn bus_dmamap_load "dmat" "map" "buf" "buflen" "*callback" "..." +.It Fn bus_dmamap_load "dmat" "map" "buf" "buflen" "*callback" \ +"callback_arg" "flags" Creates a mapping in device visible address space of .Fa buflen bytes of