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:
John Baldwin 2009-10-14 16:00:20 +00:00
parent 2783151570
commit 38d3501a8e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198086

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 ,