aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2005-03-14 07:19:03 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2005-03-14 07:19:03 +0000
commitbb0f63f69fb6c26d950302b38c68ce186a8bf63b (patch)
treeeb838994305ccc0cb3d3cbf597ef0ce6c0643efc
parentb6ab4c9dbbe3091294bd8c36c2bad6a5c11e4bc4 (diff)
Notes
-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.