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/morse | |
| parent | f8d4987d7271c1003cce92715022709505f995c7 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs
'RELENG_5_3_0_RELEASE'.
This commit was manufactured to restore the state of the 5.3-RELEASE image.
Diffstat (limited to 'games/morse')
| -rw-r--r-- | games/morse/Makefile | 2 | ||||
| -rw-r--r-- | games/morse/morse.6 | 2 | ||||
| -rw-r--r-- | games/morse/morse.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/morse/Makefile b/games/morse/Makefile index 44b20bab668b..dd85b551e470 100644 --- a/games/morse/Makefile +++ b/games/morse/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/morse/Makefile,v 1.7 2001/03/26 14:20:58 ru Exp $ PROG= morse MAN= morse.6 diff --git a/games/morse/morse.6 b/games/morse/morse.6 index e6a723a1f2c3..708dea1d004c 100644 --- a/games/morse/morse.6 +++ b/games/morse/morse.6 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bcd.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/morse/morse.6,v 1.14 2004/05/16 21:52:48 ru Exp $ .\" .Dd May 11, 2004 .Dt MORSE 6 diff --git a/games/morse/morse.c b/games/morse/morse.c index f04f1b5c365c..d220912ce6d3 100644 --- a/games/morse/morse.c +++ b/games/morse/morse.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)morse.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/morse/morse.c,v 1.19 2004/05/16 21:49:23 ru Exp $"; #endif /* not lint */ #include <sys/time.h> |
