diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 15:34:56 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-27 06:27:26 +0000 |
| commit | d81fe0b206325b40e13625f5684ec8d19fdccf04 (patch) | |
| tree | 967399a107c80c37c95515fed2922c0f8ba6c50d | |
| parent | 1d100747d747887a13498216d39b03e26b381d8b (diff) | |
PCI_IOV_ADD_VF.9: Fix a typo in the manual page
- s/initializating/initializing/
MFC after: 5 days
| -rw-r--r-- | share/man/man9/PCI_IOV_ADD_VF.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/PCI_IOV_ADD_VF.9 b/share/man/man9/PCI_IOV_ADD_VF.9 index 512b0b8668cc..95bf5a218e8e 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 |
