From d81fe0b206325b40e13625f5684ec8d19fdccf04 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 26 Oct 2025 16:34:56 +0100 Subject: [PATCH] PCI_IOV_ADD_VF.9: Fix a typo in the manual page - s/initializating/initializing/ MFC after: 5 days --- share/man/man9/PCI_IOV_ADD_VF.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/PCI_IOV_ADD_VF.9 b/share/man/man9/PCI_IOV_ADD_VF.9 index 512b0b8668c..95bf5a218e8 100644 --- a/share/man/man9/PCI_IOV_ADD_VF.9 +++ b/share/man/man9/PCI_IOV_ADD_VF.9 @@ -41,7 +41,7 @@ The .Fn PCI_IOV_ADD_VF method is called by the PCI Single-Root I/O Virtualization .Pq SR-IOV -infrastructure when it is initializating a new Virtual Function (VF) as a child +infrastructure when it is initializing a new Virtual Function (VF) as a child of the given Physical Function (PF) device. This method will not be called until a successful call to .Xr PCI_IOV_INIT 9