summaryrefslogtreecommitdiff
path: root/usr.bin/cut
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cut')
-rw-r--r--usr.bin/cut/Makefile2
-rw-r--r--usr.bin/cut/cut.12
-rw-r--r--usr.bin/cut/cut.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cut/Makefile b/usr.bin/cut/Makefile
index 2a957fadfc66..6236e90291c8 100644
--- a/usr.bin/cut/Makefile
+++ b/usr.bin/cut/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/cut/Makefile,v 1.2.6.1 2001/07/30 09:59:16 dd Exp $
PROG= cut
CFLAGS+=-Wall
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1
index 65beeee00974..1f4e148873f2 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)cut.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/cut/cut.1,v 1.9.2.3 2001/07/22 12:40:02 dd Exp $
.\"
.Dd June 6, 1993
.Dt CUT 1
diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c
index bb7f51f4736e..8e21d8c7a084 100644
--- a/usr.bin/cut/cut.c
+++ b/usr.bin/cut/cut.c
@@ -40,7 +40,7 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
static const char sccsid[] = "@(#)cut.c 8.3 (Berkeley) 5/4/95";
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/cut/cut.c,v 1.9.2.3 2001/07/30 09:59:16 dd Exp $";
#endif /* not lint */
#include <ctype.h>