From owner-svn-src-head@freebsd.org Tue May 10 16:13:55 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACE6AB35ED3; Tue, 10 May 2016 16:13:55 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DF011C86; Tue, 10 May 2016 16:13:55 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4AGDsak082552; Tue, 10 May 2016 16:13:54 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4AGDshU082551; Tue, 10 May 2016 16:13:54 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201605101613.u4AGDshU082551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Tue, 10 May 2016 16:13:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299372 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 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: Tue, 10 May 2016 16:13:55 -0000 Author: jhb Date: Tue May 10 16:13:54 2016 New Revision: 299372 URL: https://svnweb.freebsd.org/changeset/base/299372 Log: Add a missing section to a cross-reference. While here, add bus_space(9) to the SEE ALSO section. Modified: head/share/man/man9/bus_activate_resource.9 Modified: head/share/man/man9/bus_activate_resource.9 ============================================================================== --- head/share/man/man9/bus_activate_resource.9 Tue May 10 15:46:33 2016 (r299371) +++ head/share/man/man9/bus_activate_resource.9 Tue May 10 16:13:54 2016 (r299372) @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 28, 2016 +.Dd May 10, 2016 .Dt BUS_ACTIVATE_RESOURCE 9 .Os .Sh NAME @@ -90,7 +90,7 @@ returned by .El .Ss Resource Mapping Resources which can be mapped for CPU access by a -.Xr bus_space +.Xr bus_space 9 tag and handle will create a mapping of the entire resource when activated. The tag and handle for this mapping are stored in .Fa r @@ -133,6 +133,7 @@ resource: Zero is returned on success, otherwise an error is returned. .Sh SEE ALSO .Xr bus_alloc_resource 9 , +.Xr bus_space 9 , .Xr device 9 , .Xr driver 9 .Sh AUTHORS