summaryrefslogtreecommitdiff
path: root/usr.sbin/pciconf
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:35:59 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:35:59 +0000
commit97d92980a96a50750844f420cc225ddf918f0699 (patch)
treefc27ba7986197654e0590b963524833255709f22 /usr.sbin/pciconf
parentdacec3e8f2226e029edbfe9938772ed71d99af62 (diff)
Notes
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r--usr.sbin/pciconf/pciconf.82
-rw-r--r--usr.sbin/pciconf/pciconf.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pciconf/pciconf.8 b/usr.sbin/pciconf/pciconf.8
index 2fef29e09197..d32204c203c4 100644
--- a/usr.sbin/pciconf/pciconf.8
+++ b/usr.sbin/pciconf/pciconf.8
@@ -1,4 +1,4 @@
-.\" $Id: pciconf.8,v 1.4 1998/11/12 00:22:30 ken Exp $
+.\" $FreeBSD$
.\" Copyright (c) 1997
.\" Stefan Esser <se@freebsd.org>. All rights reserved.
.\"
diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c
index f9cfe93ab7df..5a535f6b5096 100644
--- a/usr.sbin/pciconf/pciconf.c
+++ b/usr.sbin/pciconf/pciconf.c
@@ -29,7 +29,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: pciconf.c,v 1.7 1998/11/12 00:22:30 ken Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>