svn commit: r198086 - head/share/man/man9

John Baldwin jhb at FreeBSD.org
Wed Oct 14 16:00:21 UTC 2009


Author: jhb
Date: Wed Oct 14 16:00:20 2009
New Revision: 198086
URL: http://svn.freebsd.org/changeset/base/198086

Log:
  Oops, add a return values section to note that these routines return an error
  on failure or zero on success.

Modified:
  head/share/man/man9/BUS_BIND_INTR.9

Modified: head/share/man/man9/BUS_BIND_INTR.9
==============================================================================
--- head/share/man/man9/BUS_BIND_INTR.9	Wed Oct 14 15:58:59 2009	(r198085)
+++ head/share/man/man9/BUS_BIND_INTR.9	Wed Oct 14 16:00:20 2009	(r198086)
@@ -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 ,


More information about the svn-src-all mailing list