From owner-svn-src-head@FreeBSD.ORG Wed Oct 14 16:00:20 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFE731065670; Wed, 14 Oct 2009 16:00:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DF1AF8FC16; Wed, 14 Oct 2009 16:00:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n9EG0KRZ041833; Wed, 14 Oct 2009 16:00:20 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9EG0Kjo041831; Wed, 14 Oct 2009 16:00:20 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <200910141600.n9EG0Kjo041831@svn.freebsd.org> From: John Baldwin Date: Wed, 14 Oct 2009 16:00:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198086 - head/share/man/man9 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2009 16:00:21 -0000 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 ,