- pci_intr_setattr() is in pci_intr(9)

Sorry it should be pci_intr_disestablish(), not pci_intr_setattr()...

rin

On 2018/09/20 16:08, Rin Okuyama wrote:
Module Name:    src
Committed By:   rin
Date:           Thu Sep 20 07:08:00 UTC 2018

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

Log Message:
- pci_intr_setattr() is in pci_intr(9)
- pci_intr_type() is in pci_msi(9)


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/share/man/man9/pci.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.9
diff -u src/share/man/man9/pci.9:1.47 src/share/man/man9/pci.9:1.48
--- src/share/man/man9/pci.9:1.47       Wed Sep 12 09:45:59 2018
+++ src/share/man/man9/pci.9    Thu Sep 20 07:08:00 2018
@@ -1,4 +1,4 @@
-.\"     $NetBSD: pci.9,v 1.47 2018/09/12 09:45:59 mrg Exp $
+.\"     $NetBSD: pci.9,v 1.48 2018/09/20 07:08:00 rin Exp $
  .\"
  .\" Copyright (c) 2001, 2003 The NetBSD Foundation, Inc.
  .\" All rights reserved.
@@ -27,7 +27,7 @@
  .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  .\" POSSIBILITY OF SUCH DAMAGE.
  .\"
-.Dd September 12, 2018
+.Dd September 20, 2018
  .Dt PCI 9
  .Os
  .Sh NAME
@@ -689,10 +689,10 @@ See
  .Xr pci_intr 9 .
  .It Fn pci_intr_disestablish "pc" "ih"
  See
-.Xr pci_msi 9 .
+.Xr pci_intr 9 .
  .It Fn pci_intr_type "pc" "ih"
  See
-.Xr pci_intr 9 .
+.Xr pci_msi 9 .
  .It Fn pci_intr_setattr "pc" "ih" "attr" "data"
  See
  .Xr pci_intr 9 .

Reply via email to