Add note about the return value of pci_intr_setattr(). Found by wizd(8).

This commit is contained in:
msaitoh 2015-10-13 09:21:56 +00:00
parent 1981d14c9f
commit 86524ef906

View File

@ -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