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/arithmetic | |
| parent | 148a348454a0bbec0dab6f790e7d47c9850c0128 (diff) | |
Diffstat (limited to 'games/arithmetic')
| -rw-r--r-- | games/arithmetic/Makefile | 2 | ||||
| -rw-r--r-- | games/arithmetic/arithmetic.6 | 2 | ||||
| -rw-r--r-- | games/arithmetic/arithmetic.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/arithmetic/Makefile b/games/arithmetic/Makefile index f02d43dcb345..7adec97b524f 100644 --- a/games/arithmetic/Makefile +++ b/games/arithmetic/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/arithmetic/Makefile,v 1.1.1.1.14.1 2001/04/25 09:28:43 ru Exp $ PROG= arithmetic MAN= arithmetic.6 diff --git a/games/arithmetic/arithmetic.6 b/games/arithmetic/arithmetic.6 index 1b8ccaef1c64..18e8778c118c 100644 --- a/games/arithmetic/arithmetic.6 +++ b/games/arithmetic/arithmetic.6 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)arithmetic.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/arithmetic/arithmetic.6,v 1.3 1999/08/27 23:28:52 peter Exp $ .\" .TH ARITHMETIC 6 "May 31, 1993" .UC 4 diff --git a/games/arithmetic/arithmetic.c b/games/arithmetic/arithmetic.c index 38adab290743..bd1281102f9a 100644 --- a/games/arithmetic/arithmetic.c +++ b/games/arithmetic/arithmetic.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)arithmetic.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/arithmetic/arithmetic.c,v 1.10 1999/12/12 06:40:28 billf Exp $"; #endif /* not lint */ /* |
