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 /usr.bin/tee | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
Diffstat (limited to 'usr.bin/tee')
| -rw-r--r-- | usr.bin/tee/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/tee/tee.1 | 2 | ||||
| -rw-r--r-- | usr.bin/tee/tee.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tee/Makefile b/usr.bin/tee/Makefile index 920dd6605917..c546408ed574 100644 --- a/usr.bin/tee/Makefile +++ b/usr.bin/tee/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tee/Makefile,v 1.4 2001/12/12 00:06:51 markm Exp $ PROG= tee diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1 index fec2cd2f7099..65bfc2c37a74 100644 --- a/usr.bin/tee/tee.1 +++ b/usr.bin/tee/tee.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tee.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tee/tee.1,v 1.7.10.1 2007/11/14 19:25:05 ru Exp $ .\" .Dd November 13, 2007 .Dt TEE 1 diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c index 123a2de69ab5..a9741998a3d2 100644 --- a/usr.bin/tee/tee.c +++ b/usr.bin/tee/tee.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tee.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tee/tee.c,v 1.10 2002/09/04 23:29:07 dwmalone Exp $"; #endif /* not lint */ #include <sys/types.h> |
