diff options
Diffstat (limited to 'games/quiz')
-rw-r--r-- | games/quiz/quiz.6 | 2 | ||||
-rw-r--r-- | games/quiz/quiz.c | 2 | ||||
-rw-r--r-- | games/quiz/rxp.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/quiz/quiz.6 b/games/quiz/quiz.6 index 7234989b7484..f4f96e4491a4 100644 --- a/games/quiz/quiz.6 +++ b/games/quiz/quiz.6 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)quiz.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/quiz/quiz.6,v 1.3 1999/08/27 23:29:13 peter Exp $ .\" .Dd May 31, 1993 .Dt QUIZ 6 diff --git a/games/quiz/quiz.c b/games/quiz/quiz.c index 1c262729293d..fa9147b2028b 100644 --- a/games/quiz/quiz.c +++ b/games/quiz/quiz.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)quiz.c 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/quiz/quiz.c,v 1.12 1999/12/12 02:29:54 billf Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/games/quiz/rxp.c b/games/quiz/rxp.c index 69ac7c77b798..bdf16b5c7965 100644 --- a/games/quiz/rxp.c +++ b/games/quiz/rxp.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)rxp.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/quiz/rxp.c,v 1.5 1999/12/12 02:29:54 billf Exp $"; #endif /* not lint */ /* |