diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-25 15:57:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-25 15:57:29 +0000 |
commit | 713d1216211bc2991459c2cc795b8f1fe629a865 (patch) | |
tree | 11b2b825987e71bdb6b75de037484235bc5eaf61 | |
parent | ea590bec51eac22b08e88198758bb5f0f06b73c9 (diff) |
kill "is is"; from Charles Longeau
-rw-r--r-- | share/doc/psd/05.sysman/2.3.t | 4 | ||||
-rw-r--r-- | share/termtypes/termtypes.master | 4 | ||||
-rw-r--r-- | usr.bin/tip/tip.h | 4 | ||||
-rw-r--r-- | usr.bin/unifdef/unifdef.c | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/share/doc/psd/05.sysman/2.3.t b/share/doc/psd/05.sysman/2.3.t index ab6559a11f3..f733f81d9b1 100644 --- a/share/doc/psd/05.sysman/2.3.t +++ b/share/doc/psd/05.sysman/2.3.t @@ -1,4 +1,4 @@ -.\" $OpenBSD: 2.3.t,v 1.3 2003/06/02 23:30:10 millert Exp $ +.\" $OpenBSD: 2.3.t,v 1.4 2007/06/25 15:57:28 jmc Exp $ .\" .\" Copyright (c) 1983, 1993 .\" The Regents of the University of California. All rights reserved. @@ -390,7 +390,7 @@ provide IP source routing or security options. The 32-bit address is composed of network and host parts; the network part is variable in size and is frequency encoded. The host part may optionally be interpreted as a subnet field -plus the host on subnet; this is is enabled by setting a network address +plus the host on subnet; this is enabled by setting a network address mask at boot time. .NH 4 Access rights transmission diff --git a/share/termtypes/termtypes.master b/share/termtypes/termtypes.master index c8628eeaeaa..88e4d49ddaa 100644 --- a/share/termtypes/termtypes.master +++ b/share/termtypes/termtypes.master @@ -1,6 +1,6 @@ ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE # -# $OpenBSD: termtypes.master,v 1.35 2005/10/26 20:44:29 otto Exp $ +# $OpenBSD: termtypes.master,v 1.36 2007/06/25 15:57:28 jmc Exp $ # # This version of terminfo.src is distributed with ncurses. # Report bugs to @@ -16822,7 +16822,7 @@ masscomp2|masscomp large screen version 2, # # CTRM terminal emulator -# 1. underlining is not allowed with colors: first, is is simulated by +# 1. underlining is not allowed with colors: first, it is simulated by # black on white, second, it disables background color manipulations. # 2. BLINKING, REVERSE and BOLD are allowed with colors, # so we have to save their status in the static registers A, B and H 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 ~< */ diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index 2251995ebb0..6481bc54de8 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -1,4 +1,4 @@ -/* $OpenBSD: unifdef.c,v 1.12 2007/04/02 14:12:51 jmc Exp $ */ +/* $OpenBSD: unifdef.c,v 1.13 2007/06/25 15:57:28 jmc Exp $ */ /* * Copyright (c) 2002, 2003 Tony Finch <dot@dotat.at> * Copyright (c) 1985, 1993 @@ -40,7 +40,7 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)unifdef.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = "$OpenBSD: unifdef.c,v 1.12 2007/04/02 14:12:51 jmc Exp $"; +static const char rcsid[] = "$OpenBSD: unifdef.c,v 1.13 2007/06/25 15:57:28 jmc Exp $"; #endif /* @@ -1078,7 +1078,7 @@ skipsym(const char *cp) } /* - * Look for the symbol in the symbol table. If is is found, we return + * Look for the symbol in the symbol table. If it is found, we return * the symbol table index, else we return -1. */ static int |