Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2017 05:58:31 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r316238 - stable/11/share/man/man9
Message-ID:  <201703300558.v2U5wVnS097935@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Mar 30 05:58:31 2017
New Revision: 316238
URL: https://svnweb.freebsd.org/changeset/base/316238

Log:
  MFC r315804:
  
  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.

Modified:
  stable/11/share/man/man9/PCI_IOV_INIT.9
  stable/11/share/man/man9/PCI_IOV_UNINIT.9
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man9/PCI_IOV_INIT.9
==============================================================================
--- stable/11/share/man/man9/PCI_IOV_INIT.9	Thu Mar 30 05:57:44 2017	(r316237)
+++ stable/11/share/man/man9/PCI_IOV_INIT.9	Thu Mar 30 05:58:31 2017	(r316238)
@@ -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: stable/11/share/man/man9/PCI_IOV_UNINIT.9
==============================================================================
--- stable/11/share/man/man9/PCI_IOV_UNINIT.9	Thu Mar 30 05:57:44 2017	(r316237)
+++ stable/11/share/man/man9/PCI_IOV_UNINIT.9	Thu Mar 30 05:58:31 2017	(r316238)
@@ -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



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