mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
kill "is is"; from Charles Longeau
This commit is contained in:
parent
92e3a75761
commit
c353573819
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 ~< */
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user