summaryrefslogtreecommitdiff
path: root/games/factor
diff options
context:
space:
mode:
Diffstat (limited to 'games/factor')
-rw-r--r--games/factor/Makefile2
-rw-r--r--games/factor/factor.62
-rw-r--r--games/factor/factor.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/games/factor/Makefile b/games/factor/Makefile
index 16896f041106..be8c013278dc 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.2.6.1 2001/04/25 09:28:53 ru Exp $
PROG= factor
SRCS= factor.c pr_tbl.c
diff --git a/games/factor/factor.6 b/games/factor/factor.6
index f5e23e519f91..a8bb1fd24954 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.5.2.1 2001/07/22 11:32:35 dd 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 34f0b57bc3e7..a347f68ba92a 100644
--- a/games/factor/factor.c
+++ b/games/factor/factor.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)factor.c 8.4 (Berkeley) 5/4/95";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/factor/factor.c,v 1.9.2.1 2001/10/31 08:49:39 roam Exp $";
#endif /* not lint */
/*