summaryrefslogtreecommitdiff
path: root/usr.bin/script
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/script')
-rw-r--r--usr.bin/script/Makefile2
-rw-r--r--usr.bin/script/script.12
-rw-r--r--usr.bin/script/script.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/script/Makefile b/usr.bin/script/Makefile
index 50ba12e696af..1d53d1aa789b 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 1c93b3e48a15..8c0dae925069 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 ad706dcdd350..1c2a383316ed 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[] =