diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-04 16:00:27 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-04 16:00:27 +0000 |
| commit | 1c0442969cd576514acfce932c0a0798593c7af7 (patch) | |
| tree | 430cd197d61e20d51161de05e99c28dc8c06ae42 /bin/mv | |
| parent | 196dcb487d15e63d76c2cdd9ad58a847849c6e9e (diff) | |
Diffstat (limited to 'bin/mv')
| -rw-r--r-- | bin/mv/Makefile | 2 | ||||
| -rw-r--r-- | bin/mv/mv.1 | 2 | ||||
| -rw-r--r-- | bin/mv/mv.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/mv/Makefile b/bin/mv/Makefile index 840578276d5a..1530f6169c76 100644 --- a/bin/mv/Makefile +++ b/bin/mv/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/2/94 -# $FreeBSD$ +# $FreeBSD: src/bin/mv/Makefile,v 1.8 2001/12/04 01:57:45 obrien Exp $ PROG= mv diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index 12e834b0f4da..643960053120 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mv.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/mv/mv.1,v 1.25 2002/08/26 06:16:51 keramida Exp $ .\" .Dd July 9, 2002 .Dt MV 1 diff --git a/bin/mv/mv.c b/bin/mv/mv.c index 009ce513f2ca..84352176472b 100644 --- a/bin/mv/mv.c +++ b/bin/mv/mv.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)mv.c 8.2 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/mv/mv.c,v 1.41 2003/05/05 22:49:22 obrien Exp $"); #include <sys/param.h> #include <sys/time.h> |
