diff options
Diffstat (limited to 'usr.bin/colcrt')
-rw-r--r-- | usr.bin/colcrt/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/colcrt/colcrt.1 | 1 | ||||
-rw-r--r-- | usr.bin/colcrt/colcrt.c | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/colcrt/Makefile b/usr.bin/colcrt/Makefile index 8fdd4638d3e..faa24b5946a 100644 --- a/usr.bin/colcrt/Makefile +++ b/usr.bin/colcrt/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:32:11 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1995/03/26 05:30:58 glass Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= colcrt diff --git a/usr.bin/colcrt/colcrt.1 b/usr.bin/colcrt/colcrt.1 index 3576371493e..36c86606f96 100644 --- a/usr.bin/colcrt/colcrt.1 +++ b/usr.bin/colcrt/colcrt.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: colcrt.1,v 1.2 1996/06/26 05:32:11 deraadt Exp $ .\" $NetBSD: colcrt.1,v 1.3 1995/03/26 05:30:59 glass Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 diff --git a/usr.bin/colcrt/colcrt.c b/usr.bin/colcrt/colcrt.c index 7a4585da237..5d5a8aef283 100644 --- a/usr.bin/colcrt/colcrt.c +++ b/usr.bin/colcrt/colcrt.c @@ -1,3 +1,4 @@ +/* $OpenBSD: colcrt.c,v 1.2 1996/06/26 05:32:12 deraadt Exp $ */ /* $NetBSD: colcrt.c,v 1.3 1995/03/26 05:31:00 glass Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)colcrt.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$NetBSD: colcrt.c,v 1.3 1995/03/26 05:31:00 glass Exp $"; +static char rcsid[] = "$OpenBSD: colcrt.c,v 1.2 1996/06/26 05:32:12 deraadt Exp $"; #endif #endif /* not lint */ |