diff options
Diffstat (limited to 'games/factor')
| -rw-r--r-- | games/factor/Makefile | 2 | ||||
| -rw-r--r-- | games/factor/factor.6 | 2 | ||||
| -rw-r--r-- | games/factor/factor.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/factor/Makefile b/games/factor/Makefile index 62c6f60fb2f8..eb65ae4aedb0 100644 --- a/games/factor/Makefile +++ b/games/factor/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/factor/Makefile,v 1.10 2005/04/22 18:57:32 trhodes Exp $ PROG= factor SRCS= factor.c pr_tbl.c diff --git a/games/factor/factor.6 b/games/factor/factor.6 index 07fc7b98a697..3163d29eb549 100644 --- a/games/factor/factor.6 +++ b/games/factor/factor.6 @@ -34,7 +34,7 @@ .\" .\" @(#)factor.6 8.1 (Berkeley) 5/31/93 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/games/factor/factor.6,v 1.8 2002/11/29 16:21:33 ru Exp $ .\" .\" By: Landon Curt Noll chongo@toad.com, ...!{sun,tolsoft}!hoptoad!chongo .\" diff --git a/games/factor/factor.c b/games/factor/factor.c index e3aa90cb8bee..0d6370c48c14 100644 --- a/games/factor/factor.c +++ b/games/factor/factor.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)factor.c 8.4 (Berkeley) 5/4/95"; __RCSID("$NetBSD: factor.c,v 1.13 2002/06/18 23:07:36 simonb Exp $"); #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/factor/factor.c,v 1.13 2002/10/09 19:55:04 fanf Exp $"; #endif /* not lint */ /* |
