Module Name: src
Committed By: wiz
Date: Tue Oct 13 08:44:54 UTC 2015
Modified Files:
src/share/man/man9: pci_intr.9
Log Message:
Add return type for pci_intr_setattr to SYNOPSIS. Add missing comma.
XXX: return values for pci_intr_setattr are not documented.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/share/man/man9/pci_intr.9
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/pci_intr.9
diff -u src/share/man/man9/pci_intr.9:1.21 src/share/man/man9/pci_intr.9:1.22
--- src/share/man/man9/pci_intr.9:1.21 Tue Oct 13 04:34:38 2015
+++ src/share/man/man9/pci_intr.9 Tue Oct 13 08:44:54 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: pci_intr.9,v 1.21 2015/10/13 04:34:38 msaitoh Exp $
+.\" $NetBSD: pci_intr.9,v 1.22 2015/10/13 08:44:54 wiz Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -36,7 +36,7 @@
.Nm pci_intr_string ,
.Nm pci_intr_evcnt ,
.Nm pci_intr_establish ,
-.Nm pci_intr_disestablish
+.Nm pci_intr_disestablish ,
.Nm pci_intr_setattr
.Nd PCI bus interrupt manipulation functions
.Sh SYNOPSIS
@@ -52,6 +52,7 @@
"int ipl" "int (*intrhand)(void *)" "void *intrarg"
.Ft void
.Fn pci_intr_disestablish "pci_chipset_tag_t pc" "void *ih"
+.Ft int
.Fn pci_intr_setattr "pci_chipset_tag_t pc" "pci_intr_handle_t *ih" "int attr" "uint64_t data"
.Sh DESCRIPTION
The