diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
| commit | e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77 (patch) | |
| tree | 5d7f179f3d81639a2b00e739c98d784b98e1bfae /usr.bin/col | |
| parent | bbe327aea67f046183f949450d6271765b9ebfb0 (diff) | |
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 | 2 | ||||
| -rw-r--r-- | usr.bin/col/col.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/col/Makefile b/usr.bin/col/Makefile index 8e3a95948f3f..e1a26f1e2aaa 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.4 2002/02/08 22:31:36 markm Exp $ PROG= col diff --git a/usr.bin/col/README b/usr.bin/col/README index 116a044a38f4..89e4ce4c7236 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.2 2001/06/17 04:24:16 mikeh Exp $ col - filter out reverse line feeds. diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index ded40233e70c..7b1be7353274 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.17 2004/08/04 02:55:25 tjr Exp $ .\" .Dd August 4, 2004 .Dt COL 1 diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index 7dcebff7deac..758cbecd1022 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/col/col.c,v 1.19 2004/07/29 07:28:26 tjr Exp $"); #include <err.h> #include <locale.h> |
