aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tty
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tty')
-rw-r--r--usr.bin/tty/Makefile2
-rw-r--r--usr.bin/tty/tty.12
-rw-r--r--usr.bin/tty/tty.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tty/Makefile b/usr.bin/tty/Makefile
index 4dcab3343e44..be9d3b6b3139 100644
--- a/usr.bin/tty/Makefile
+++ b/usr.bin/tty/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/tty/Makefile,v 1.4.34.1 2009/04/15 03:14:26 kensmith Exp $
PROG= tty
diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1
index 8e55ccb470e4..28ddfc102611 100644
--- a/usr.bin/tty/tty.1
+++ b/usr.bin/tty/tty.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)tty.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/tty/tty.1,v 1.9.8.1 2009/04/15 03:14:26 kensmith Exp $
.\"
.Dd June 6, 1993
.Dt TTY 1
diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c
index 4710e169c1bf..2d6c269d01f7 100644
--- a/usr.bin/tty/tty.c
+++ b/usr.bin/tty/tty.c
@@ -44,7 +44,7 @@ static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tty/tty.c,v 1.9.34.1 2009/04/15 03:14:26 kensmith Exp $");
#include <stdio.h>
#include <stdlib.h>