diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
commit | f78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch) | |
tree | d866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/col | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
Diffstat (limited to 'usr.bin/col')
-rw-r--r-- | usr.bin/col/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/col/README | 2 | ||||
-rw-r--r-- | usr.bin/col/col.1 | 1 | ||||
-rw-r--r-- | usr.bin/col/col.c | 3 |
4 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/col/Makefile b/usr.bin/col/Makefile index 3d06bdcf089..41e90c6d742 100644 --- a/usr.bin/col/Makefile +++ b/usr.bin/col/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:32:08 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1995/03/26 05:25:51 glass Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= col diff --git a/usr.bin/col/README b/usr.bin/col/README index f673f3ac057..30436f1aec6 100644 --- a/usr.bin/col/README +++ b/usr.bin/col/README @@ -1,3 +1,5 @@ +# $OpenBSD: README,v 1.2 1996/06/26 05:32:08 deraadt Exp $ + # @(#)README 8.1 (Berkeley) 6/6/93 col - filter out reverse line feeds. diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index fed88e4f4cd..f891c96ebb1 100644 --- a/usr.bin/col/col.1 +++ b/usr.bin/col/col.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: col.1,v 1.2 1996/06/26 05:32:09 deraadt Exp $ .\" $NetBSD: col.1,v 1.4 1995/03/26 05:25:52 glass Exp $ .\" .\" Copyright (c) 1990, 1993 diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index 81ec17ea209..fe4067d7687 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -1,3 +1,4 @@ +/* $OpenBSD: col.c,v 1.2 1996/06/26 05:32:10 deraadt Exp $ */ /* $NetBSD: col.c,v 1.7 1995/09/02 05:48:50 jtc Exp $ */ /*- @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95"; #endif -static char rcsid[] = "$NetBSD: col.c,v 1.7 1995/09/02 05:48:50 jtc Exp $"; +static char rcsid[] = "$OpenBSD: col.c,v 1.2 1996/06/26 05:32:10 deraadt Exp $"; #endif /* not lint */ #include <ctype.h> |