Module Name: src Committed By: wiz Date: Thu Aug 6 06:56:00 UTC 2015
Modified Files: src/share/man/man9: pci_intr.9 Log Message: Use Dv for NULL, remove dot at end of SEE ALSO To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 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.19 src/share/man/man9/pci_intr.9:1.20 --- src/share/man/man9/pci_intr.9:1.19 Wed Aug 5 07:00:34 2015 +++ src/share/man/man9/pci_intr.9 Thu Aug 6 06:56:00 2015 @@ -1,4 +1,4 @@ -.\" $NetBSD: pci_intr.9,v 1.19 2015/08/05 07:00:34 mrg Exp $ +.\" $NetBSD: pci_intr.9,v 1.20 2015/08/06 06:56:00 wiz Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -112,8 +112,9 @@ when the driver is no longer interested .Pp The .Fn pci_intr_evcnt -function should return an evcnt structure pointer or NULL if there is -no evcnt associated with this interrupt. +function should return an evcnt structure pointer or +.Dv NULL +if there is no evcnt associated with this interrupt. See .Xr evcnt 9 for more details. @@ -160,4 +161,4 @@ contains the PCI tag of the device itsel contains the PCI tag of the uppermost bridge device. .Sh SEE ALSO .Xr evcnt 9 , -.Xr pci 9 . +.Xr pci 9