summaryrefslogtreecommitdiff
path: root/usr.bin/tip/tip.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-04-12 19:21:44 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-04-12 19:21:44 +0000
commit0ff17ae96fd1f12bf2feb1d259c5d85ae8073ece (patch)
treeea24bf83bbcc8040210ba725f447e68e7a88cd4a /usr.bin/tip/tip.c
parentba389b2a3f5ed7754b12e5adb28d01984188359f (diff)
Change tip default from even parity to no parity which is more in line
with user expectations.
Diffstat (limited to 'usr.bin/tip/tip.c')
-rw-r--r--usr.bin/tip/tip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tip/tip.c b/usr.bin/tip/tip.c
index 53afe0d08a8..91505e0f1d7 100644
--- a/usr.bin/tip/tip.c
+++ b/usr.bin/tip/tip.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tip.c,v 1.11 2000/04/20 06:19:33 deraadt Exp $ */
+/* $OpenBSD: tip.c,v 1.12 2001/04/12 19:21:43 millert Exp $ */
/* $NetBSD: tip.c,v 1.13 1997/04/20 00:03:05 mellon Exp $ */
/*
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)tip.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$OpenBSD: tip.c,v 1.11 2000/04/20 06:19:33 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: tip.c,v 1.12 2001/04/12 19:21:43 millert Exp $";
#endif /* not lint */
/*
@@ -179,7 +179,7 @@ notnumber:
if ((PH = getenv("PHONES")) == NOSTR)
PH = _PATH_PHONES;
vinit(); /* init variables */
- setparity("even"); /* set the parity table */
+ setparity("none"); /* set the parity table */
if ((i = speed(number(value(BAUDRATE)))) == 0) {
printf("tip: bad baud rate %ld\n", number(value(BAUDRATE)));
daemon_uid();