aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mtest
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mtest')
-rw-r--r--usr.sbin/mtest/Makefile2
-rw-r--r--usr.sbin/mtest/mtest.82
-rw-r--r--usr.sbin/mtest/mtest.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mtest/Makefile b/usr.sbin/mtest/Makefile
index 95bbe12184a6..e253cfd68c88 100644
--- a/usr.sbin/mtest/Makefile
+++ b/usr.sbin/mtest/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/mtest/Makefile,v 1.5 2007/03/09 01:00:05 bms Exp $
PROG= mtest
MAN= mtest.8
diff --git a/usr.sbin/mtest/mtest.8 b/usr.sbin/mtest/mtest.8
index 8bc6f33d3e23..f94a9e428ce4 100644
--- a/usr.sbin/mtest/mtest.8
+++ b/usr.sbin/mtest/mtest.8
@@ -1,5 +1,5 @@
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/mtest/mtest.8,v 1.9 2007/03/08 18:56:37 bms Exp $
.\"
.\" The following requests are required for all man pages.
.Dd March 8, 2007
diff --git a/usr.sbin/mtest/mtest.c b/usr.sbin/mtest/mtest.c
index 28c0fc6ced33..2b34049acaec 100644
--- a/usr.sbin/mtest/mtest.c
+++ b/usr.sbin/mtest/mtest.c
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/mtest/mtest.c,v 1.9 2007/06/12 16:24:55 bms Exp $");
#include <sys/types.h>
#include <sys/errno.h>