summaryrefslogtreecommitdiff
path: root/usr.bin/column
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/column')
-rw-r--r--usr.bin/column/Makefile2
-rw-r--r--usr.bin/column/column.12
-rw-r--r--usr.bin/column/column.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/column/Makefile b/usr.bin/column/Makefile
index 771723ef31f5..ed0fa5e7304d 100644
--- a/usr.bin/column/Makefile
+++ b/usr.bin/column/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/column/Makefile,v 1.4 2002/02/08 22:31:37 markm Exp $
PROG= column
diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1
index 5c5a100fe3b1..717c593a3702 100644
--- a/usr.bin/column/column.1
+++ b/usr.bin/column/column.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)column.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/column/column.1,v 1.14 2005/01/18 13:43:48 ru Exp $
.\"
.Dd July 29, 2004
.Os
diff --git a/usr.bin/column/column.c b/usr.bin/column/column.c
index 4ac5b244b830..f91c5554676c 100644
--- a/usr.bin/column/column.c
+++ b/usr.bin/column/column.c
@@ -44,7 +44,7 @@ static char sccsid[] = "@(#)column.c 8.4 (Berkeley) 5/4/95";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/column/column.c,v 1.14 2005/01/25 01:35:02 jmallett Exp $");
#include <sys/types.h>
#include <sys/ioctl.h>