diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-14 06:57:09 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-14 06:57:09 +0000 |
| commit | 72b7f92e6edf4375820f765b41697b3208ce7fe7 (patch) | |
| tree | 49c75f7b6a634efb81c3709f39147fdba24623bb /bin/rm | |
| parent | 606cad63e046f2873878d07634158eb90c5a2cf6 (diff) | |
Diffstat (limited to 'bin/rm')
| -rw-r--r-- | bin/rm/Makefile | 2 | ||||
| -rw-r--r-- | bin/rm/rm.1 | 2 | ||||
| -rw-r--r-- | bin/rm/rm.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/rm/Makefile b/bin/rm/Makefile index 2544a15ead00..093e5992d00b 100644 --- a/bin/rm/Makefile +++ b/bin/rm/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/rm/Makefile,v 1.12.2.2 2001/08/01 05:15:02 obrien Exp $ PROG= rm WARNS?= 2 diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index e01c16d7958c..ebeaeb1af2ba 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rm.1 8.5 (Berkeley) 12/5/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/rm/rm.1,v 1.19.2.5 2002/03/02 05:11:21 dwhite Exp $ .\" .Dd January 28, 1999 .Dt RM 1 diff --git a/bin/rm/rm.c b/bin/rm/rm.c index 4a50a649a8fc..8fb5735095d2 100644 --- a/bin/rm/rm.c +++ b/bin/rm/rm.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rm.c 8.5 (Berkeley) 4/18/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/rm/rm.c,v 1.29.2.4 2001/08/01 05:15:56 obrien Exp $"; #endif #endif /* not lint */ |
