diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
| commit | 6dde85226565322f6651945e2b1205a7ff770536 (patch) | |
| tree | 2ea5e05a3721d70eac53686e4099e293bf209718 /games/bcd | |
| parent | 148a348454a0bbec0dab6f790e7d47c9850c0128 (diff) | |
Diffstat (limited to 'games/bcd')
| -rw-r--r-- | games/bcd/Makefile | 2 | ||||
| -rw-r--r-- | games/bcd/bcd.6 | 2 | ||||
| -rw-r--r-- | games/bcd/bcd.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/bcd/Makefile b/games/bcd/Makefile index 1e0bbfc60cea..86a19517b9d8 100644 --- a/games/bcd/Makefile +++ b/games/bcd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/bcd/Makefile,v 1.2.6.2 2001/04/25 09:28:45 ru Exp $ PROG= bcd MAN= bcd.6 diff --git a/games/bcd/bcd.6 b/games/bcd/bcd.6 index dc6431790888..4df1ae0e9f09 100644 --- a/games/bcd/bcd.6 +++ b/games/bcd/bcd.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bcd.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/bcd/bcd.6,v 1.7.2.4 2001/03/05 18:10:20 ru Exp $ .\" .Dd December 7, 2000 .Dt BCD 6 diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c index a3968a46d5cd..33ee707e4eb7 100644 --- a/games/bcd/bcd.c +++ b/games/bcd/bcd.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)bcd.c 8.2 (Berkeley) 3/20/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/bcd/bcd.c,v 1.8 1999/11/30 03:48:41 billf Exp $"; #endif /* not lint */ /* |
