Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Link pci_intr_*(9) to pci_intr(9), except for...



details:   https://anonhg.NetBSD.org/src/rev/65373f720832
branches:  trunk
changeset: 433548:65373f720832
user:      rin <rin%NetBSD.org@localhost>
date:      Thu Sep 20 06:54:36 2018 +0000

description:
Link pci_intr_*(9) to pci_intr(9), except for those described in pci_msi(9).

diffstat:

 share/man/man9/Makefile |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 853220b4704f -r 65373f720832 share/man/man9/Makefile
--- a/share/man/man9/Makefile   Thu Sep 20 06:48:53 2018 +0000
+++ b/share/man/man9/Makefile   Thu Sep 20 06:54:36 2018 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.429 2018/07/15 05:16:41 maxv Exp $
+#       $NetBSD: Makefile,v 1.430 2018/09/20 06:54:36 rin Exp $
 
 #      Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -592,13 +592,6 @@
        pci.9 pci_mapreg_type.9 \
        pci.9 pci_mapreg_map.9 \
        pci.9 pci_mapreg_info.9 \
-       pci.9 pci_intr_map.9 \
-       pci.9 pci_intr_string.9 \
-       pci.9 pci_intr_evcnt.9 \
-       pci.9 pci_intr_establish.9 \
-       pci.9 pci_intr_establish_xname.9 \
-       pci.9 pci_intr_disestablish.9 \
-       pci.9 pci_intr_setattr.9 \
        pci.9 pci_get_powerstate.9 \
        pci.9 pci_set_powerstate.9 \
        pci.9 pci_vpd_read.9 \
@@ -610,6 +603,13 @@
        pci.9 PCI_VENDOR.9 \
        pci.9 PCI_PRODUCT.9 \
        pci.9 PCI_REVISION.9
+MLINKS+=pci_intr.9 pci_intr_map.9 \
+       pci_intr.9 pci_intr_string.9 \
+       pci_intr.9 pci_intr_evcnt.9 \
+       pci_intr.9 pci_intr_establish.9 \
+       pci_intr.9 pci_intr_establish_xname.9 \
+       pci_intr.9 pci_intr_disestablish.9 \
+       pci_intr.9 pci_intr_setattr.9
 MLINKS+=pci_msi.9 pci_msix.9 \
        pci_msi.9 pci_intr_alloc.9 \
        pci_msi.9 pci_intr_release.9 \



Home | Main Index | Thread Index | Old Index