From 5c1c6f267416745ed6723b5867a4fc911dff48d1 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 23 Aug 2004 23:28:02 +0000 Subject: 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(-) (limited to 'share/man/man9') diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 1020aa1..8eb8f20 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 -- cgit v1.1