aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tput
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tput')
-rw-r--r--usr.bin/tput/Makefile2
-rw-r--r--usr.bin/tput/tput.12
-rw-r--r--usr.bin/tput/tput.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile
index 143dc651e135..fe8a25990b83 100644
--- a/usr.bin/tput/Makefile
+++ b/usr.bin/tput/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/tput/Makefile,v 1.4 2001/04/07 11:21:25 ru Exp $
PROG= tput
DPADD= ${LIBTERMCAP}
diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1
index 33950a766bf5..4003c7f455f0 100644
--- a/usr.bin/tput/tput.1
+++ b/usr.bin/tput/tput.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)tput.1 8.2 (Berkeley) 3/19/94
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/tput/tput.1,v 1.17 2005/02/13 22:25:24 ru Exp $
.\"
.Dd June 15, 2002
.Dt TPUT 1
diff --git a/usr.bin/tput/tput.c b/usr.bin/tput/tput.c
index a74e36af8d34..65b37dd49f2f 100644
--- a/usr.bin/tput/tput.c
+++ b/usr.bin/tput/tput.c
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tput/tput.c,v 1.15 2002/09/04 23:29:07 dwmalone Exp $");
#ifndef lint
static const char copyright[] =