diff options
Diffstat (limited to 'usr.bin/tput')
-rw-r--r-- | usr.bin/tput/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/tput/tput.1 | 2 | ||||
-rw-r--r-- | usr.bin/tput/tput.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile index 143dc651e135..3c27b65c0376 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.34.1 2009/04/15 03:14:26 kensmith Exp $ PROG= tput DPADD= ${LIBTERMCAP} diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 33950a766bf5..e353ac518650 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.20.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd June 15, 2002 .Dt TPUT 1 diff --git a/usr.bin/tput/tput.c b/usr.bin/tput/tput.c index a478d5dcf49a..ad4281b54b46 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.16.8.1 2009/04/15 03:14:26 kensmith Exp $"); #ifndef lint static const char copyright[] = |