diff options
Diffstat (limited to 'usr.sbin/pmcstat')
| -rw-r--r-- | usr.sbin/pmcstat/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/pmcstat/pmcstat.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/pmcstat/pmcstat.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pmcstat/pmcstat.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pmcstat/pmcstat_log.c | 2 | 
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/pmcstat/Makefile b/usr.sbin/pmcstat/Makefile index 102fe385cd16..42281d0a5db0 100644 --- a/usr.sbin/pmcstat/Makefile +++ b/usr.sbin/pmcstat/Makefile @@ -1,5 +1,5 @@  # -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pmcstat/Makefile,v 1.3 2005/06/30 19:01:26 jkoshy Exp $  #  PROG=	pmcstat diff --git a/usr.sbin/pmcstat/pmcstat.8 b/usr.sbin/pmcstat/pmcstat.8 index cb7a331b5b17..b5e5a236c347 100644 --- a/usr.sbin/pmcstat/pmcstat.8 +++ b/usr.sbin/pmcstat/pmcstat.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/pmcstat/pmcstat.8,v 1.5.2.1 2005/07/17 19:32:27 rwatson Exp $  .\"  .Dd July 1, 2005  .Os diff --git a/usr.sbin/pmcstat/pmcstat.c b/usr.sbin/pmcstat/pmcstat.c index a58fa1fa3d20..3e3ae78b91a9 100644 --- a/usr.sbin/pmcstat/pmcstat.c +++ b/usr.sbin/pmcstat/pmcstat.c @@ -25,7 +25,7 @@   */  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pmcstat/pmcstat.c,v 1.6.2.3 2005/09/13 15:23:26 jkoshy Exp $");  #include <sys/types.h>  #include <sys/event.h> diff --git a/usr.sbin/pmcstat/pmcstat.h b/usr.sbin/pmcstat/pmcstat.h index f0246f9aaf83..0fe2cbf3e255 100644 --- a/usr.sbin/pmcstat/pmcstat.h +++ b/usr.sbin/pmcstat/pmcstat.h @@ -23,7 +23,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/pmcstat/pmcstat.h,v 1.2 2005/07/09 17:08:46 jkoshy Exp $   */  #ifndef	_PMCSTAT_H_ diff --git a/usr.sbin/pmcstat/pmcstat_log.c b/usr.sbin/pmcstat/pmcstat_log.c index d4def0e29e1c..3dc5c2744d03 100644 --- a/usr.sbin/pmcstat/pmcstat_log.c +++ b/usr.sbin/pmcstat/pmcstat_log.c @@ -25,7 +25,7 @@   */  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/pmcstat/pmcstat_log.c,v 1.3.2.1 2005/09/17 13:04:10 jkoshy Exp $");  /*   * Transform a hwpmc(4) log into human readable form and into gprof(1)  | 
