diff options
Diffstat (limited to 'usr.sbin/pmccontrol')
-rw-r--r-- | usr.sbin/pmccontrol/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/pmccontrol/pmccontrol.8 | 2 | ||||
-rw-r--r-- | usr.sbin/pmccontrol/pmccontrol.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pmccontrol/Makefile b/usr.sbin/pmccontrol/Makefile index 9dafe1c3fbd55..3fbaf6e441a8d 100644 --- a/usr.sbin/pmccontrol/Makefile +++ b/usr.sbin/pmccontrol/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pmccontrol/Makefile,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ # PROG= pmccontrol diff --git a/usr.sbin/pmccontrol/pmccontrol.8 b/usr.sbin/pmccontrol/pmccontrol.8 index cff96296770a2..0d771a341a528 100644 --- a/usr.sbin/pmccontrol/pmccontrol.8 +++ b/usr.sbin/pmccontrol/pmccontrol.8 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pmccontrol/pmccontrol.8,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd December 15, 2003 .Os diff --git a/usr.sbin/pmccontrol/pmccontrol.c b/usr.sbin/pmccontrol/pmccontrol.c index 49a1de710707a..aec2eaa4c2a54 100644 --- a/usr.sbin/pmccontrol/pmccontrol.c +++ b/usr.sbin/pmccontrol/pmccontrol.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pmccontrol/pmccontrol.c,v 1.4.2.2.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/queue.h> |