Module Name:    src
Committed By:   jdolecek
Date:           Thu Sep 15 09:41:33 UTC 2016

Modified Files:
        src/share/man/man9: pci_msi.9

Log Message:
fix typo in function names


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/man/man9/pci_msi.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/pci_msi.9
diff -u src/share/man/man9/pci_msi.9:1.11 src/share/man/man9/pci_msi.9:1.12
--- src/share/man/man9/pci_msi.9:1.11	Mon Aug 29 02:48:56 2016
+++ src/share/man/man9/pci_msi.9	Thu Sep 15 09:41:33 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: pci_msi.9,v 1.11 2016/08/29 02:48:56 knakahara Exp $
+.\" $NetBSD: pci_msi.9,v 1.12 2016/09/15 09:41:33 jdolecek Exp $
 .\"
 .\" Copyright (c) 2015 Internet Initiative Japan Inc.
 .\" All rights reserved.
@@ -50,7 +50,7 @@
 .Fn pci_msi_alloc  "const struct pci_attach_args *pa" \
 "pci_intr_handle_t **ihps" "int *count"
 .Ft int
-.Fn pci_msi_alloc_exect "const struct pci_attach_args *pa" \
+.Fn pci_msi_alloc_exact "const struct pci_attach_args *pa" \
 "pci_intr_handle_t **ihps" "int count"
 .Ft int
 .Fn pci_msix_count "pci_chipset_tag_t pc" \
@@ -59,7 +59,7 @@
 .Fn pci_msix_alloc  "const struct pci_attach_args *pa" \
 "pci_intr_handle_t **ihps" "int *count"
 .Ft int
-.Fn pci_msix_alloc_exect "const struct pci_attach_args *pa" \
+.Fn pci_msix_alloc_exact "const struct pci_attach_args *pa" \
 "pci_intr_handle_t **ihps" "int count"
 .Ft int
 .Fn pci_msix_alloc_map "const struct pci_attach_args *pa" \

Reply via email to