Source-Changes-HG archive

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

[src/trunk]: src/lib/libpci Add function names to the NAME section



details:   https://anonhg.NetBSD.org/src/rev/d3e0575267f0
branches:  trunk
changeset: 827266:d3e0575267f0
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun Oct 22 15:28:48 2017 +0000

description:
Add function names to the NAME section

diffstat:

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

diffs (27 lines):

diff -r 1f32242052b1 -r d3e0575267f0 lib/libpci/pci.3
--- a/lib/libpci/pci.3  Sun Oct 22 14:25:33 2017 +0000
+++ b/lib/libpci/pci.3  Sun Oct 22 15:28:48 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pci.3,v 1.13 2016/09/24 23:12:54 mrg Exp $
+.\"    $NetBSD: pci.3,v 1.14 2017/10/22 15:28:48 abhinav Exp $
 .\"
 .\" Copyright 2001 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -37,7 +37,16 @@
 .Dt PCI 3
 .Os
 .Sh NAME
-.Nm pci
+.Nm pci ,
+.Nm pcibus_conf_read ,
+.Nm pcibus_conf_write ,
+.Nm pcidev_conf_read ,
+.Nm pcidev_conf_write ,
+.Nm pci_findvendor ,
+.Nm pci_devinfo ,
+.Nm pci_conf_print ,
+.Nm pci_drvname ,
+.Nm pci_drvnameonbus
 .Nd library interface for PCI bus access
 .Sh LIBRARY
 .Lb libpci



Home | Main Index | Thread Index | Old Index