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..8db0b8f1e55f 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= col diff --git a/usr.bin/col/README b/usr.bin/col/README index 116a044a38f4..a645d87acd8a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ col - filter out reverse line feeds. diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index 3197c02d5a43..d85a98209420 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 4, 2004 .Dt COL 1 diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index 8b45ba697202..6c41aa1c9e30 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.21.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <locale.h> |
