summaryrefslogtreecommitdiffstats
path: root/share/man/man9/bus_alloc_resource.9
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-10-31 13:16:47 +0000
committerasmodai <asmodai@FreeBSD.org>2000-10-31 13:16:47 +0000
commit7bdda47bf356b41cb4e2e1e4d18979056aab1785 (patch)
treeb0931fe83326c642ced9c449bd3179cfd2e119d5 /share/man/man9/bus_alloc_resource.9
parentc1ee5a7c6575ae3df85a6111665ef44b37eaee8e (diff)
downloadFreeBSD-src-7bdda47bf356b41cb4e2e1e4d18979056aab1785.zip
FreeBSD-src-7bdda47bf356b41cb4e2e1e4d18979056aab1785.tar.gz
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
Diffstat (limited to 'share/man/man9/bus_alloc_resource.9')
-rw-r--r--share/man/man9/bus_alloc_resource.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/bus_alloc_resource.9 b/share/man/man9/bus_alloc_resource.9
index fd39b59..12b1ea6 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.
OpenPOWER on IntegriCloud