Module Name: src
Committed By: wiz
Date: Fri Jul 25 10:21:34 UTC 2014
Modified Files:
src/lib/libpci: pci.3
Log Message:
Serial comma, more markup, remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libpci/pci.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpci/pci.3
diff -u src/lib/libpci/pci.3:1.8 src/lib/libpci/pci.3:1.9
--- src/lib/libpci/pci.3:1.8 Fri Jul 25 01:38:26 2014
+++ src/lib/libpci/pci.3 Fri Jul 25 10:21:34 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: pci.3,v 1.8 2014/07/25 01:38:26 mrg Exp $
+.\" $NetBSD: pci.3,v 1.9 2014/07/25 10:21:34 wiz Exp $
.\"
.\" Copyright 2001 Wasabi Systems, Inc.
.\" All rights reserved.
@@ -145,7 +145,7 @@ and
.Fa func
into
.Fa drvname
-using
+using
.Fa len
as the buffer length.
.El
@@ -155,15 +155,16 @@ The
.Fn pcibus_conf_write ,
.Fn pcidev_conf_read ,
.Fn pcidev_conf_write ,
-.Fn pci_devinfo
+.Fn pci_devinfo ,
and
.Fn pci_drvname
-functions return 0 on success and -1 on failure.
+functions return 0 on success and \-1 on failure.
.Pp
The
.Fn pci_findvendor
-function returns NULL if the PCI vendor description cannot be
-found.
+function returns
+.Dv NULL
+if the PCI vendor description cannot be found.
.Sh SEE ALSO
.Xr pci 4
.Sh HISTORY