Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2025 10:12:58 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 9eae326a58eb - stable/14 - PCI_IOV_ADD_VF.9: Fix a typo in the manual page
Message-ID:  <691d982a.3d197.597a9b49@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=9eae326a58ebfcd30f44f6e2cf88bb0efd02fd7e

commit 9eae326a58ebfcd30f44f6e2cf88bb0efd02fd7e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:34:56 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-19 10:12:49 +0000

    PCI_IOV_ADD_VF.9: Fix a typo in the manual page
    
    - s/initializating/initializing/
    
    (cherry picked from commit d81fe0b206325b40e13625f5684ec8d19fdccf04)
---
 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 d13cb6e1ddc9..97acac0e9df3 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


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691d982a.3d197.597a9b49>