diff options
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 3197c02d5a43..2bac8b8cddc1 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.19 2005/02/13 22:25:20 ru 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> |
