Oops, add a return values section to note that these routines return an error

on failure or zero on success.
This commit is contained in:
jhb 2009-10-14 16:00:20 +00:00
parent 8f8a23ab53
commit 43b02493d8

View File

@ -83,6 +83,8 @@ by userland via
and
.Fn BUS_BIND_INTR .
The most recent binding request is the one that will be in effect.
.Sh RETURN VALUES
Zero is returned on success, otherwise an appropriate error is returned.
.Sh SEE ALSO
.Xr BUS_SETUP_INTR 9 ,
.Xr cpuset 2 ,