diff options
Diffstat (limited to 'usr.sbin/pmcannotate')
-rw-r--r-- | usr.sbin/pmcannotate/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/pmcannotate/pmcannotate.8 | 2 | ||||
-rw-r--r-- | usr.sbin/pmcannotate/pmcannotate.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pmcannotate/Makefile b/usr.sbin/pmcannotate/Makefile index e087bb3c28e71..d22ad4aa2362f 100644 --- a/usr.sbin/pmcannotate/Makefile +++ b/usr.sbin/pmcannotate/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pmcannotate/Makefile,v 1.1.2.1.2.1 2010/02/10 00:26:20 kensmith Exp $ # PROG= pmcannotate diff --git a/usr.sbin/pmcannotate/pmcannotate.8 b/usr.sbin/pmcannotate/pmcannotate.8 index 38a413ac5f922..8692f9f746e16 100644 --- a/usr.sbin/pmcannotate/pmcannotate.8 +++ b/usr.sbin/pmcannotate/pmcannotate.8 @@ -25,7 +25,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/pmcannotate/pmcannotate.8,v 1.1.2.1.2.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd November 20, 2008 .Os diff --git a/usr.sbin/pmcannotate/pmcannotate.c b/usr.sbin/pmcannotate/pmcannotate.c index 1a5dec2b6d13f..89701f0db3ab1 100644 --- a/usr.sbin/pmcannotate/pmcannotate.c +++ b/usr.sbin/pmcannotate/pmcannotate.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pmcannotate/pmcannotate.c,v 1.1.2.1.2.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> |