From 2958b3a40c68dd0074ec34914195864ef6fb6bc3 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Thu, 23 Mar 2017 06:11:31 +0000 Subject: [PATCH] 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 --- share/man/man9/PCI_IOV_INIT.9 | 2 +- share/man/man9/PCI_IOV_UNINIT.9 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man9/PCI_IOV_INIT.9 b/share/man/man9/PCI_IOV_INIT.9 index d27538d1f763..8b9a2c72f446 100644 --- a/share/man/man9/PCI_IOV_INIT.9 +++ b/share/man/man9/PCI_IOV_INIT.9 @@ -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 diff --git a/share/man/man9/PCI_IOV_UNINIT.9 b/share/man/man9/PCI_IOV_UNINIT.9 index b95914ee4d52..db643eeb59b7 100644 --- a/share/man/man9/PCI_IOV_UNINIT.9 +++ b/share/man/man9/PCI_IOV_UNINIT.9 @@ -47,11 +47,11 @@ resources that it has allocated and disable any device-specific SR-IOV 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