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/3634fc21505c
branches: trunk
changeset: 356965:3634fc21505c
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 6545df5690e8 -r 3634fc21505c 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