diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
| commit | 7f1bf9342879a7ee2dd88e11a33ae7509eab55b0 (patch) | |
| tree | a37e562f560b38e8e087a744d063186d6b1e6746 /games/factor | |
| parent | a964be6d2c35243e54bf5ce12c15339d331189cb (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 */ /* |
