aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/bus_alloc_resource.9
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2005-03-09 07:56:09 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2005-03-09 07:56:09 +0000
commitada6ba6ef3201082b1ea7c71bd029d20ba772c08 (patch)
treec32b45eb61d7c1720ca1ac618137b4bc418470a4 /share/man/man9/bus_alloc_resource.9
parent4ca8a80cb5c79737727aa35597509270a9f17287 (diff)
downloadsrc-ada6ba6ef3201082b1ea7c71bd029d20ba772c08.tar.gz
src-ada6ba6ef3201082b1ea7c71bd029d20ba772c08.zip
spell resource correctly...
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=143313
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 c6865b54f308..3d7a47476272 100644
--- a/share/man/man9/bus_alloc_resource.9
+++ b/share/man/man9/bus_alloc_resource.9
@@ -149,7 +149,7 @@ resource permits time-division sharing.
.El
.Sh RETURN VALUES
A pointer to
-.Va struct res
+.Va struct resource
is returned on success, a null pointer otherwise.
.Sh EXAMPLES
This is some example code that allocates a 32 byte I/O port range and an IRQ.