diff options
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 */ /* |
