diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-01-15 15:46:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-01-15 15:46:22 +0000 |
commit | 5cd221028ba5e7ada35a0dd196fb642b44f197d1 (patch) | |
tree | d019bfe23aa5d3b5b6bb2c54e65e169e3c463b12 /usr.bin/script | |
parent | 665ce17da44f98ae193440703de789dedfb6a72c (diff) |
Diffstat (limited to 'usr.bin/script')
-rw-r--r-- | usr.bin/script/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/script/script.1 | 2 | ||||
-rw-r--r-- | usr.bin/script/script.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/script/Makefile b/usr.bin/script/Makefile index 50ba12e696af6..1d53d1aa789ba 100644 --- a/usr.bin/script/Makefile +++ b/usr.bin/script/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/script/Makefile,v 1.4 2001/12/12 23:23:52 markm Exp $ PROG= script LDADD= -lutil diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 1c93b3e48a15e..8c0dae9250694 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)script.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/script/script.1,v 1.21 2004/07/03 00:24:43 ru Exp $ .\" .Dd January 22, 2004 .Dt SCRIPT 1 diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index ad706dcdd350a..1c2a383316ed8 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/script/script.c,v 1.24 2004/02/15 17:30:13 cperciva Exp $"); #ifndef lint static const char copyright[] = |