diff options
author | njl <njl@FreeBSD.org> | 2004-02-22 00:29:04 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-02-22 00:29:04 +0000 |
commit | 6c22ad59a474f6701d2d671a1a44eb661fc07849 (patch) | |
tree | 56692e48b53a18c85b06307970159d34c9b20a2e | |
parent | 711ff67b9052cfc5036ea0c293d33008f3f1a4aa (diff) | |
download | FreeBSD-src-6c22ad59a474f6701d2d671a1a44eb661fc07849.zip FreeBSD-src-6c22ad59a474f6701d2d671a1a44eb661fc07849.tar.gz |
bus_set_resource takes a rid, not a pointer to a rid.
-rw-r--r-- | share/man/man9/bus_set_resource.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/bus_set_resource.9 b/share/man/man9/bus_set_resource.9 index 59e1a45..bbd061a 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 |