From 73531600cc49e7c578103f07f39c05b4debeeef3 Mon Sep 17 00:00:00 2001 From: abhinav Date: Sun, 22 Oct 2017 15:28:48 +0000 Subject: [PATCH] Add function names to the NAME section --- lib/libpci/pci.3 | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/lib/libpci/pci.3 b/lib/libpci/pci.3 index 200e1a6cb128..571a85416e0d 100644 --- a/lib/libpci/pci.3 +++ b/lib/libpci/pci.3 @@ -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