Date: Wed, 19 Nov 2025 10:19:27 +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: c00ad4a56c78 - stable/14 - pci.9: Fix a typo in the manual page Message-ID: <691d99af.3c33a.794b2abc@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=c00ad4a56c7861aae85db455854c3e786f496ff8 commit c00ad4a56c7861aae85db455854c3e786f496ff8 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-10-26 15:48:36 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-11-19 10:19:16 +0000 pci.9: Fix a typo in the manual page - s/maxmimum/maximum/ (cherry picked from commit a859a5c6978de121efc7771351d32550ee430b7c) --- share/man/man9/pci.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/pci.9 b/share/man/man9/pci.9 index 8f772e76ba99..b01b51683b4f 100644 --- a/share/man/man9/pci.9 +++ b/share/man/man9/pci.9 @@ -523,7 +523,7 @@ device is not a PCI-express device, returns zero. When completion timeouts are disabled for .Fa dev , -this function returns the maxmimum timeout that would be used if timeouts +this function returns the maximum timeout that would be used if timeouts were enabled. .Pp Thehelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691d99af.3c33a.794b2abc>
