summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2009-08-22 02:57:07 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2009-08-22 02:57:07 +0000
commit856cae8a2f8c6d503b4d47b17e82eac14a1c0f82 (patch)
tree0aa7f33f6c71ecbc68bc0a3c4b68c58745fc23f4
parent06e29584d413606b21c240635e12d7500b385ae5 (diff)
Update pci_intr_establish() prototype.
-rw-r--r--share/man/man9/pci_intr_map.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/pci_intr_map.9 b/share/man/man9/pci_intr_map.9
index 2b81ccec3fd..c89bdf03e10 100644
--- a/share/man/man9/pci_intr_map.9
+++ b/share/man/man9/pci_intr_map.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci_intr_map.9,v 1.8 2007/08/02 07:13:27 jmc Exp $
+.\" $OpenBSD: pci_intr_map.9,v 1.9 2009/08/22 02:57:06 mk Exp $
.\"
.\" Copyright (c) 2005 Michael Shalayeff
.\" All rights reserved.
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 2 2007 $
+.Dd $Mdocdate: August 22 2009 $
.Dt PCI_INTR_MAP 9
.Os
.Sh NAME
@@ -39,7 +39,7 @@
.Fn pci_intr_string "pci_chipset_tag_t pc" "pci_intr_handle_t ih"
.Ft void *
.Fn pci_intr_establish "pci_chipset_tag_t pc" "pci_intr_handle_t ih" \
-"int level" "int (*func)(void *)" "void *arg" "char *name"
+"int level" "int (*func)(void *)" "void *arg" "const char *name"
.Ft void
.Fn pci_intr_disestablish "pci_chipset_tag_t pc" "void *v"
.Sh DESCRIPTION