diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
| commit | 7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch) | |
| tree | 3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /games/factor | |
| parent | 172a0f0d163415e05ea07968167b11145975a6cb (diff) | |
Diffstat (limited to 'games/factor')
| -rw-r--r-- | games/factor/factor.6 | 2 | ||||
| -rw-r--r-- | games/factor/factor.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/factor/factor.6 b/games/factor/factor.6 index 576e9528b1c2..72452670bc73 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 1999/08/27 23:29:01 peter 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 ae2555b0508d..8116261d723f 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 1999/11/30 03:48:50 billf Exp $"; #endif /* not lint */ /* |
