diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /usr.sbin/pmcannotate | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) |
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> |