Source-Changes-HG archive

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

[src/trunk]: src/share/tmac Add libpci.



details:   https://anonhg.NetBSD.org/src/rev/23f7b4b7f444
branches:  trunk
changeset: 514925:23f7b4b7f444
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Sep 13 23:21:49 2001 +0000

description:
Add libpci.

diffstat:

 share/tmac/doc-syms |  3 ++-
 share/tmac/doc2html |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 6e6ae4a8ed41 -r 23f7b4b7f444 share/tmac/doc-syms
--- a/share/tmac/doc-syms       Thu Sep 13 23:19:59 2001 +0000
+++ b/share/tmac/doc-syms       Thu Sep 13 23:21:49 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: doc-syms,v 1.60 2001/07/04 17:12:33 kleink Exp $
+.\"    $NetBSD: doc-syms,v 1.61 2001/09/13 23:21:49 thorpej Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -450,6 +450,7 @@
 .if "\\$1"libm" \&Math Library (libm, -lm)
 .if "\\$1"libmenu" \&Curses Menu Library (libmenu, -lmenu)
 .if "\\$1"libossaudio" \&OSS Audio Emulation Library (libossaudio, -lossaudio)
+.if "\\$1"libpci" \&PCI Bus Access Library (libpci, -lpci)
 .if "\\$1"libposix" \&POSIX Compatibility Library (libposix, -lposix)
 .if "\\$1"libresolv" \&DNS Resolver Library (libresolv, -lresolv)
 .if "\\$1"libtermcap" \&Termcap Access Library (libtermcap, -ltermcap)
diff -r 6e6ae4a8ed41 -r 23f7b4b7f444 share/tmac/doc2html
--- a/share/tmac/doc2html       Thu Sep 13 23:19:59 2001 +0000
+++ b/share/tmac/doc2html       Thu Sep 13 23:21:49 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc2html,v 1.26 2001/07/04 17:12:33 kleink Exp $
+.\" $NetBSD: doc2html,v 1.27 2001/09/13 23:21:49 thorpej Exp $
 .\"
 .\" Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -578,6 +578,7 @@
 .if "\\$1"libm" \&Math Library (libm, -lm)
 .if "\\$1"libmenu" \&Curses Menu Library (libmenu, -lmenu)
 .if "\\$1"libossaudio" \&OSS Audio Emulation Library (libossaudio, -lossaudio)
+.if "\\$1"libpci" \&PCI Bus Access Library (libpci, -lpci)
 .if "\\$1"libposix" \&POSIX Compatibility Library (libposix, -lposix)
 .if "\\$1"libresolv" \&DNS Resolver Library (libresolv, -lresolv)
 .if "\\$1"libtermcap" \&Termcap Access Library (libtermcap, -ltermcap)



Home | Main Index | Thread Index | Old Index