From 86524ef90650f2d184bcfb7f0304b0ed112b894c Mon Sep 17 00:00:00 2001 From: msaitoh Date: Tue, 13 Oct 2015 09:21:56 +0000 Subject: [PATCH] Add note about the return value of pci_intr_setattr(). Found by wizd(8). --- share/man/man9/pci_intr.9 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/man/man9/pci_intr.9 b/share/man/man9/pci_intr.9 index 055c80bc135a..942d45cc6cee 100644 --- a/share/man/man9/pci_intr.9 +++ b/share/man/man9/pci_intr.9 @@ -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