From 29c9277956c765690b3b1aed57e603aaef5112bb Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Tue, 31 Oct 2000 13:16:47 +0000 Subject: [PATCH] Fix a fundamental error. The device is not owned by the parent bus before allocation. The resource is. Asked about by: julian on -current Verified by: msmith --- share/man/man9/bus_alloc_resource.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/bus_alloc_resource.9 b/share/man/man9/bus_alloc_resource.9 index fd39b59af959..12b1ea61bfe5 100644 --- a/share/man/man9/bus_alloc_resource.9 +++ b/share/man/man9/bus_alloc_resource.9 @@ -53,7 +53,7 @@ Its arguments are as follows: .It .Fa dev is the device that requests ownership of the resource. -Before allocation, the device is owned by the parent bus. +Before allocation, the resource is owned by the parent bus. .It .Fa type is the type of resource you want to allocate.