diff options
Diffstat (limited to 'usr.bin/column')
| -rw-r--r-- | usr.bin/column/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/column/column.1 | 2 | ||||
| -rw-r--r-- | usr.bin/column/column.c | 2 |
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 fc4418ba2ee3..94090e13fdd8 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.9 2001/08/15 09:09:39 ru Exp $ .\" .Dd June 6, 1993 .Os diff --git a/usr.bin/column/column.c b/usr.bin/column/column.c index 31f316f4d059..e8d97e5a570a 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.11 2002/07/28 15:25:15 dwmalone Exp $"); #include <sys/types.h> #include <sys/ioctl.h> |
