diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /usr.sbin/mtest | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
Diffstat (limited to 'usr.sbin/mtest')
| -rw-r--r-- | usr.sbin/mtest/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/mtest/mtest.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/mtest/mtest.c | 2 |
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> |
