diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /bin/cat | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
Diffstat (limited to 'bin/cat')
| -rw-r--r-- | bin/cat/Makefile | 2 | ||||
| -rw-r--r-- | bin/cat/cat.1 | 2 | ||||
| -rw-r--r-- | bin/cat/cat.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/cat/Makefile b/bin/cat/Makefile index 672a4eeeeff5..aea110c9ddb3 100644 --- a/bin/cat/Makefile +++ b/bin/cat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/cat/Makefile,v 1.7 2001/12/04 01:57:37 obrien Exp $ PROG= cat diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index 1f0f6b60a31c..18767b33383a 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cat.1 8.3 (Berkeley) 5/2/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/cat/cat.1,v 1.27 2006/12/23 09:25:23 ru Exp $ .\" .Dd March 21, 2004 .Dt CAT 1 diff --git a/bin/cat/cat.c b/bin/cat/cat.c index 9acd68fec4f8..e9339513a842 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/cat/cat.c,v 1.32 2005/01/10 08:39:20 imp Exp $"); #include <sys/param.h> #include <sys/stat.h> |
