diff options
Diffstat (limited to 'usr.bin/tty')
| -rw-r--r-- | usr.bin/tty/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/tty/tty.1 | 2 | ||||
| -rw-r--r-- | usr.bin/tty/tty.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tty/Makefile b/usr.bin/tty/Makefile index 4dcab3343e44..3ec9c380a38f 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.38.1 2010/02/10 00:26:20 kensmith Exp $ PROG= tty diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index 8e55ccb470e4..b2e7cd6af2a1 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.12.1 2010/02/10 00:26:20 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..bf1ab096e31a 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.38.1 2010/02/10 00:26:20 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> |
