diff options
-rw-r--r-- | share/man/man9/bus_alloc_resource.9 | 2 |
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 c6865b5..3d7a474 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. |