From 563d463961bfb034ab752f8d6a114fb5017cd3b5 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Fri, 14 Jun 2013 01:12:59 +0000 Subject: [PATCH] The functions are called pci_{msi,msix}_count(), not pci_count_{msi,msix}(). MFC after: 3 days --- share/man/man9/pci.9 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man9/pci.9 b/share/man/man9/pci.9 index adc78b53f09f..28bae85ff238 100644 --- a/share/man/man9/pci.9 +++ b/share/man/man9/pci.9 @@ -485,13 +485,13 @@ A driver is only allowed to use either MSI or MSI-X, but not both. .Pp The -.Fn pci_count_msi +.Fn pci_msi_count function returns the maximum number of MSI messages supported by the device .Fa dev . If the device does not support MSI, then -.Fn pci_count_msi +.Fn pci_msi_count returns zero. .Pp The @@ -538,13 +538,13 @@ The function returns zero on success and an error on failure. .Pp The -.Fn pci_count_msix +.Fn pci_msix_count function returns the maximum number of MSI-X messages supported by the device .Fa dev . If the device does not support MSI-X, then -.Fn pci_count_msix +.Fn pci_msix_count returns zero. .Pp The