From 6c22ad59a474f6701d2d671a1a44eb661fc07849 Mon Sep 17 00:00:00 2001 From: njl Date: Sun, 22 Feb 2004 00:29:04 +0000 Subject: [PATCH] bus_set_resource takes a rid, not a pointer to a rid. --- share/man/man9/bus_set_resource.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/bus_set_resource.9 b/share/man/man9/bus_set_resource.9 index 59e1a45c9724..bbd061affb11 100644 --- a/share/man/man9/bus_set_resource.9 +++ b/share/man/man9/bus_set_resource.9 @@ -77,7 +77,7 @@ for I/O ports for I/O memory .El .It Fa rid -A pointer to a bus specific handle that identifies the resource being allocated. +A bus-specific handle that identifies the resource being allocated. .It Fa start The start address of this resource. .It Fa count