The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=a859a5c6978de121efc7771351d32550ee430b7c
commit a859a5c6978de121efc7771351d32550ee430b7c Author: Gordon Bergling <[email protected]> AuthorDate: 2025-10-26 15:48:36 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2025-10-27 06:27:27 +0000 pci.9: Fix a typo in the manual page - s/maxmimum/maximum/ MFC after: 5 days --- 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 eeb62a63a2bd..871f69f887a6 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 The
