Date: Tue, 23 Jan 2024 06:44:06 GMT 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: 6e5c98c759b2 - stable/14 - PCI_IOV_INIT.9: Fix a typo in the manual page Message-ID: <202401230644.40N6i6YW056837@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=6e5c98c759b2149d0cf82081c97e5d7f8056e270 commit 6e5c98c759b2149d0cf82081c97e5d7f8056e270 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-20 19:20:32 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-23 06:42:47 +0000 PCI_IOV_INIT.9: Fix a typo in the manual page - s/infrastucture/infrastructure/ (cherry picked from commit bce295fcbe533d46d2f600168403c7968599b86b) --- share/man/man9/PCI_IOV_INIT.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/PCI_IOV_INIT.9 b/share/man/man9/PCI_IOV_INIT.9 index 3e71a65e4132..66b1e693cedb 100644 --- a/share/man/man9/PCI_IOV_INIT.9 +++ b/share/man/man9/PCI_IOV_INIT.9 @@ -40,7 +40,7 @@ The .Fn PCI_IOV_INIT method is called by the PCI Single-Root I/O Virtualization (SR-IOV) -infrastucture when the user requests that SR-IOV be enabled on a Physical +infrastructure when the user requests that SR-IOV be enabled on a Physical Function (PF). The number of Virtual Functions (VFs) that will be created is passed to this method in the
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401230644.40N6i6YW056837>