Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 fix typo in function names



details:   https://anonhg.NetBSD.org/src/rev/368239d7cdab
branches:  trunk
changeset: 817895:368239d7cdab
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Sep 15 09:41:33 2016 +0000

description:
fix typo in function names

diffstat:

 share/man/man9/pci_msi.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b9d2aeeed54e -r 368239d7cdab share/man/man9/pci_msi.9
--- a/share/man/man9/pci_msi.9  Thu Sep 15 09:11:47 2016 +0000
+++ b/share/man/man9/pci_msi.9  Thu Sep 15 09:41:33 2016 +0000
@@ -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" \



Home | Main Index | Thread Index | Old Index