diff options
Diffstat (limited to 'games/arithmetic')
-rw-r--r-- | games/arithmetic/arithmetic.6 | 2 | ||||
-rw-r--r-- | games/arithmetic/arithmetic.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 */ /* |