Module Name:    src
Committed By:   rin
Date:           Thu Sep 20 06:54:36 UTC 2018

Modified Files:
        src/share/man/man9: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.429 -r1.430 src/share/man/man9/Makefile

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/Makefile
diff -u src/share/man/man9/Makefile:1.429 src/share/man/man9/Makefile:1.430
--- src/share/man/man9/Makefile:1.429	Sun Jul 15 05:16:41 2018
+++ src/share/man/man9/Makefile	Thu Sep 20 06:54:36 2018
@@ -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 @@ MLINKS+=pci.9 pci_conf_read.9 \
 	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 @@ MLINKS+=pci.9 pci_conf_read.9 \
 	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 \

Reply via email to