diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
| commit | 5be28542797ac26e17de490f50e0830003596d38 (patch) | |
| tree | 8069da00bdeed33ee5434671a0bae67379506370 /bin/mv | |
| parent | e5eb97b547f5af1e2b6e4396933dc06b93d5590e (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 | ||||
| -rw-r--r-- | bin/mv/pathnames.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/mv/Makefile b/bin/mv/Makefile index 301fb2c5087a..c623a237f3ca 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.4.2.1 1999/08/29 14:12:55 peter Exp $ PROG= mv diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index be97d80e1b09..bfa2362de628 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.11.2.2 1999/08/29 14:12:55 peter Exp $ .\" .Dd May 31, 1993 .Dt MV 1 diff --git a/bin/mv/mv.c b/bin/mv/mv.c index 6db419244166..332b51b9a33f 100644 --- a/bin/mv/mv.c +++ b/bin/mv/mv.c @@ -45,7 +45,7 @@ static char const copyright[] = static char sccsid[] = "@(#)mv.c 8.2 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/mv/mv.c,v 1.22.2.1 1999/08/29 14:12:56 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/mv/pathnames.h b/bin/mv/pathnames.h index b9cd27ff297c..0d2dad290e0c 100644 --- a/bin/mv/pathnames.h +++ b/bin/mv/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/mv/pathnames.h,v 1.4.2.1 1999/08/29 14:12:57 peter Exp $ */ #define _PATH_RM "/bin/rm" |
