Module Name:    src
Committed By:   msaitoh
Date:           Tue Oct 13 09:21:56 UTC 2015

Modified Files:
        src/share/man/man9: pci_intr.9

Log Message:
 Add note about the return values of pci_intr_setattr(). Found by wizd(8).


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 src/share/man/man9/pci_intr.9:1.23
--- src/share/man/man9/pci_intr.9:1.22	Tue Oct 13 08:44:54 2015
+++ src/share/man/man9/pci_intr.9	Tue Oct 13 09:21:56 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: pci_intr.9,v 1.22 2015/10/13 08:44:54 wiz Exp $
+.\" $NetBSD: pci_intr.9,v 1.23 2015/10/13 09:21:56 msaitoh Exp $
 .\"
 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -132,6 +132,10 @@ The default is
 .El
 .Pp
 The
+.Fn pci_intr_setattr
+function returns zero on success, and nonzero on failure.
+.Pp
+The
 .Fn pci_intr_evcnt
 function should return an evcnt structure pointer or
 .Dv NULL

Reply via email to