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..635e7426f0cb 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 2001/12/12 00:06:52 markm Exp $
PROG= tty
diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1
index 4c91919f0b45..0394e30364f9 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.8 2005/02/13 22:25:25 ru Exp $
.\"
.Dd June 6, 1993
.Dt TTY 1
diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c
index 4710e169c1bf..806fe4b797da 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 2002/05/29 17:12:30 jmallett Exp $");
#include <stdio.h>
#include <stdlib.h>