diff options
author | Kris Kennaway <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
commit | 46be34b90213ebd9037cb2c24aec0009d7f2f5c1 (patch) | |
tree | 00d4f7b7c93cf85a8b324bbb69d0c039b6a3367f /bin/pax/tty_subs.c | |
parent | c578efe575dc0b2020cf21aaae2c34b12a12a430 (diff) | |
download | src-46be34b90213ebd9037cb2c24aec0009d7f2f5c1.tar.gz src-46be34b90213ebd9037cb2c24aec0009d7f2f5c1.zip |
Notes
Diffstat (limited to 'bin/pax/tty_subs.c')
-rw-r--r-- | bin/pax/tty_subs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/tty_subs.c b/bin/pax/tty_subs.c index c8621162f4dc..53017b8e093a 100644 --- a/bin/pax/tty_subs.c +++ b/bin/pax/tty_subs.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)tty_subs.c 8.2 (Berkeley) 4/18/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: tty_subs.c,v 1.9 1998/05/15 06:27:48 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -68,7 +68,7 @@ static FILE *ttyinf = NULL; /* input pointing at control tty */ /* * tty_init() - * try to open the controlling termina (if any) for this process. if the + * try to open the controlling terminal (if any) for this process. if the * open fails, future ops that require user input will get an EOF */ |