summaryrefslogtreecommitdiff
path: root/bin/stty
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-04 04:39:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-04 04:39:34 +0000
commita8283e6990fbda4b372638e47cd6d79ac9396f0c (patch)
treeed51fd178e6734c5b8eae22ec3263ad4b70884c1 /bin/stty
parentff82558cbc439107b8f48a8cbca040506671d9ad (diff)
bye bye :, mikel
Diffstat (limited to 'bin/stty')
-rw-r--r--bin/stty/stty.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/stty/stty.c b/bin/stty/stty.c
index f1d2e894bae..dd013648b38 100644
--- a/bin/stty/stty.c
+++ b/bin/stty/stty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: stty.c,v 1.4 1996/08/02 12:41:10 deraadt Exp $ */
+/* $OpenBSD: stty.c,v 1.5 1997/06/04 04:39:33 deraadt Exp $ */
/* $NetBSD: stty.c,v 1.11 1995/03/21 09:11:30 cgd Exp $ */
/*-
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$OpenBSD: stty.c,v 1.4 1996/08/02 12:41:10 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: stty.c,v 1.5 1997/06/04 04:39:33 deraadt Exp $";
#endif
#endif /* not lint */
@@ -161,6 +161,6 @@ void
usage()
{
- (void)fprintf(stderr, "usage: stty: [-a|-e|-g] [-f file] [options]\n");
+ (void)fprintf(stderr, "usage: stty [-a|-e|-g] [-f file] [options]\n");
exit (1);
}