diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 15:48:36 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-27 06:27:27 +0000 |
| commit | a859a5c6978de121efc7771351d32550ee430b7c (patch) | |
| tree | 678620a60993644a31bf23a2adcf71fc43c305c7 | |
| parent | b1f96b1c4c95df5c04e067c638e52c9652f86721 (diff) | |
pci.9: Fix a typo in the manual page
- s/maxmimum/maximum/
MFC after: 5 days
| -rw-r--r-- | share/man/man9/pci.9 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
