diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-14 06:57:09 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-14 06:57:09 +0000 |
| commit | 72b7f92e6edf4375820f765b41697b3208ce7fe7 (patch) | |
| tree | 49c75f7b6a634efb81c3709f39147fdba24623bb /usr.bin/cut | |
| parent | 606cad63e046f2873878d07634158eb90c5a2cf6 (diff) | |
Diffstat (limited to 'usr.bin/cut')
| -rw-r--r-- | usr.bin/cut/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/cut/cut.1 | 2 | ||||
| -rw-r--r-- | usr.bin/cut/cut.c | 2 |
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> |
