From owner-svn-src-head@freebsd.org Thu Mar 23 06:11:32 2017 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 992C7D197EF; Thu, 23 Mar 2017 06:11:32 +0000 (UTC) (envelope-from ngie@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 620FD1AD7; Thu, 23 Mar 2017 06:11:32 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2N6BVhk040230; Thu, 23 Mar 2017 06:11:31 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2N6BVX0040227; Thu, 23 Mar 2017 06:11:31 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201703230611.v2N6BVX0040227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Ngie Cooper Date: Thu, 23 Mar 2017 06:11:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r315804 - 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.23 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: Thu, 23 Mar 2017 06:11:32 -0000 Author: ngie Date: Thu Mar 23 06:11:31 2017 New Revision: 315804 URL: https://svnweb.freebsd.org/changeset/base/315804 Log: PCI_IOV_*INIT(9): fix make manlint warnings Add missing section number when referring to PCI_IOV_*INIT(9) with .Xr from the other corresponding manpage. MFC after: 1 week Reported by: make manlint Sponsored by: Dell EMC Isilon Modified: head/share/man/man9/PCI_IOV_INIT.9 head/share/man/man9/PCI_IOV_UNINIT.9 Modified: head/share/man/man9/PCI_IOV_INIT.9 ============================================================================== --- head/share/man/man9/PCI_IOV_INIT.9 Thu Mar 23 06:08:01 2017 (r315803) +++ head/share/man/man9/PCI_IOV_INIT.9 Thu Mar 23 06:11:31 2017 (r315804) @@ -69,7 +69,7 @@ valid values specified in the schema. .Pp If this method returns successfully, then this method will not be called again on the same device until after a call to -.Xr PCI_IOV_UNINIT . +.Xr PCI_IOV_UNINIT 9 . .Sh RETURN VALUES Returns 0 on success, otherwise an appropriate error is returned. If this method returns an error then the SR-IOV configuration will be aborted Modified: head/share/man/man9/PCI_IOV_UNINIT.9 ============================================================================== --- head/share/man/man9/PCI_IOV_UNINIT.9 Thu Mar 23 06:08:01 2017 (r315803) +++ head/share/man/man9/PCI_IOV_UNINIT.9 Thu Mar 23 06:11:31 2017 (r315804) @@ -47,11 +47,11 @@ resources that it has allocated and disa configuration in the device. .Pp This method will only be called following a successful call to -.Xr PCI_IOV_INIT . +.Xr PCI_IOV_INIT 9 . It is not guaranteed that -.Xr PCI_IOV_ADD_VF +.Xr PCI_IOV_ADD_VF 9 will have been called for any Virtual Function (VF) after the call to -.Xr PCI_IOV_INIT +.Xr PCI_IOV_INIT 9 and before the call to .Nm . .Sh SEE ALSO