summaryrefslogtreecommitdiff
path: root/usr.bin/tip
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-06-25 15:57:29 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-06-25 15:57:29 +0000
commit713d1216211bc2991459c2cc795b8f1fe629a865 (patch)
tree11b2b825987e71bdb6b75de037484235bc5eaf61 /usr.bin/tip
parentea590bec51eac22b08e88198758bb5f0f06b73c9 (diff)
kill "is is"; from Charles Longeau
Diffstat (limited to 'usr.bin/tip')
-rw-r--r--usr.bin/tip/tip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tip/tip.h b/usr.bin/tip/tip.h
index 22ed0718374..9f2c05f7e5f 100644
--- a/usr.bin/tip/tip.h
+++ b/usr.bin/tip/tip.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tip.h,v 1.29 2007/05/15 19:42:05 moritz Exp $ */
+/* $OpenBSD: tip.h,v 1.30 2007/06/25 15:57:28 jmc Exp $ */
/* $NetBSD: tip.h,v 1.7 1997/04/20 00:02:46 mellon Exp $ */
/*
@@ -253,7 +253,7 @@ int intflag; /* recognized interrupt */
int stoprompt; /* for interrupting a prompt session */
int timedout; /* ~> transfer timedout */
int cumode; /* simulating the "cu" program */
-int bits8; /* terminal is is 8-bit mode */
+int bits8; /* terminal is 8-bit mode */
#define STRIP_PAR (bits8 ? 0377 : 0177)
char fname[PATH_MAX]; /* file name buffer for ~< */