diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-23 09:22:33 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-23 09:22:33 +0000 |
| commit | 974206cf705867f4eff213841d85545e7fad4117 (patch) | |
| tree | 85bb88826874fdc9f92823b778817c385497da0d /usr.bin/tip | |
| parent | 8f382a1fd081e9c1f643b052a39f0587d78a90f9 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tip')
| -rw-r--r-- | usr.bin/tip/tip/tip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tip/tip/tip.h b/usr.bin/tip/tip/tip.h index cd679edd3892..2aa248a29414 100644 --- a/usr.bin/tip/tip/tip.h +++ b/usr.bin/tip/tip/tip.h @@ -259,7 +259,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 ~< */ |
