diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
commit | cc28c79becc0c69f0d33337062166295c1f52d63 (patch) | |
tree | 027a1716b81de12e9d3735d93dcaf4b08ccb78af /usr.sbin/pmcannotate | |
parent | a92e32c6e92d43c510782860a055a2d736966c11 (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..6c26dc8a830bf 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.4.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= pmcannotate diff --git a/usr.sbin/pmcannotate/pmcannotate.8 b/usr.sbin/pmcannotate/pmcannotate.8 index 38a413ac5f922..b55fbe0895fcd 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.4.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd November 20, 2008 .Os diff --git a/usr.sbin/pmcannotate/pmcannotate.c b/usr.sbin/pmcannotate/pmcannotate.c index 1a5dec2b6d13f..6938050f7b18a 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.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> |