diff options
author | 2011-05-22 03:46:11 +0000 | |
---|---|---|
committer | 2011-05-22 03:46:11 +0000 | |
commit | 22066b55120c63b831e44b7bccafe98e31526d55 (patch) | |
tree | 0f21a053a255c5b7d257a64bf551c709f41ee329 /share/man/man9 | |
parent | Add a (failing atm) regress test for when a library moves from a package (diff) | |
download | wireguard-openbsd-22066b55120c63b831e44b7bccafe98e31526d55.tar.xz wireguard-openbsd-22066b55120c63b831e44b7bccafe98e31526d55.zip |
fix pathname
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index bd56daca2f2..6d6b2e0fc97 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.166 2011/05/21 21:29:20 kettenis Exp $ +# $OpenBSD: Makefile,v 1.167 2011/05/22 03:46:11 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -228,7 +228,7 @@ MLINKS+=mutex.9 mtx_enter_try.9 MLINKS+=namei.9 lookup.9 namei.9 relookup.9 namei.9 NDINIT.9 MLINKS+=pci_conf_read.9 pci_conf_write.9 pci_conf_read.9 pci_make_tag.9 \ pci_conf_read.9 pci_decompose_tag.9 -MLINKS+=pci_intr_map.8 pci_intr_map_msi.9 pci_intr_map.9 pci_intr_string.9 \ +MLINKS+=pci_intr_map.9 pci_intr_map_msi.9 pci_intr_map.9 pci_intr_string.9 \ pci_intr_map.9 pci_intr_line.9 \ pci_intr_map.9 pci_intr_establish.9 \ pci_intr_map.9 pci_intr_disestablish.9 |