Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2009 16:00:20 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r198086 - head/share/man/man9
Message-ID:  <200910141600.n9EG0Kjo041831@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910141600.n9EG0Kjo041831>