Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpci Serial comma, more markup, remove trailing whites...



details:   https://anonhg.NetBSD.org/src/rev/d4a35845f266
branches:  trunk
changeset: 330924:d4a35845f266
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jul 25 10:21:34 2014 +0000

description:
Serial comma, more markup, remove trailing whitespace.

diffstat:

 lib/libpci/pci.3 |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 8110ecefb375 -r d4a35845f266 lib/libpci/pci.3
--- a/lib/libpci/pci.3  Fri Jul 25 09:06:17 2014 +0000
+++ b/lib/libpci/pci.3  Fri Jul 25 10:21:34 2014 +0000
@@ -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 @@
 .Fa func
 into
 .Fa drvname
-using 
+using
 .Fa len
 as the buffer length.
 .El
@@ -155,15 +155,16 @@
 .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



Home | Main Index | Thread Index | Old Index