summaryrefslogtreecommitdiff
path: root/usr.bin/col
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-14 06:57:09 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-14 06:57:09 +0000
commit72b7f92e6edf4375820f765b41697b3208ce7fe7 (patch)
tree49c75f7b6a634efb81c3709f39147fdba24623bb /usr.bin/col
parent606cad63e046f2873878d07634158eb90c5a2cf6 (diff)
Diffstat (limited to 'usr.bin/col')
-rw-r--r--usr.bin/col/Makefile2
-rw-r--r--usr.bin/col/README2
-rw-r--r--usr.bin/col/col.12
-rw-r--r--usr.bin/col/col.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/col/Makefile b/usr.bin/col/Makefile
index 97b9cde52c0d..01f541860641 100644
--- a/usr.bin/col/Makefile
+++ b/usr.bin/col/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/col/Makefile,v 1.2.6.1 2001/08/02 01:24:16 obrien Exp $
PROG= col
WARNS?= 2
diff --git a/usr.bin/col/README b/usr.bin/col/README
index 116a044a38f4..501aa520c503 100644
--- a/usr.bin/col/README
+++ b/usr.bin/col/README
@@ -1,6 +1,6 @@
# @(#)README 8.1 (Berkeley) 6/6/93
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/col/README,v 1.1.1.1.14.1 2001/08/04 01:27:00 mikeh Exp $
col - filter out reverse line feeds.
diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1
index e5b85fa290a5..72a91b98dd6c 100644
--- a/usr.bin/col/col.1
+++ b/usr.bin/col/col.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)col.1 8.1 (Berkeley) 6/29/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/col/col.1,v 1.4.2.5 2001/07/22 12:40:00 dd Exp $
.\"
.Dd June 29, 1993
.Dt COL 1
diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c
index ec8a49982358..351a0446d46d 100644
--- a/usr.bin/col/col.c
+++ b/usr.bin/col/col.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/col/col.c,v 1.6.6.4 2001/08/02 01:27:12 obrien Exp $";
#endif /* not lint */
#include <ctype.h>