Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Add return type for pci_intr_setattr to SYNOP...



details:   https://anonhg.NetBSD.org/src/rev/28ee41b02011
branches:  trunk
changeset: 811119:28ee41b02011
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Oct 13 08:44:54 2015 +0000

description:
Add return type for pci_intr_setattr to SYNOPSIS. Add missing comma.

XXX: return values for pci_intr_setattr are not documented.

diffstat:

 share/man/man9/pci_intr.9 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r a0d3f80205af -r 28ee41b02011 share/man/man9/pci_intr.9
--- a/share/man/man9/pci_intr.9 Tue Oct 13 08:36:02 2015 +0000
+++ b/share/man/man9/pci_intr.9 Tue Oct 13 08:44:54 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index