diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-11-04 19:12:42 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-11-04 19:12:42 +0000 |
| commit | 3f86d8a2ea3f3265afaa1fd263b0004c5c000e69 (patch) | |
| tree | 4114cadb7556687c77484c7507ab5f541eb9b1ca /games/factor | |
| parent | f8d4987d7271c1003cce92715022709505f995c7 (diff) | |
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 fa21ca52c2f5..ff42f95aa05f 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.8 2004/02/05 22:44:20 ru 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 */ /* |
