seperate -> separate

This commit is contained in:
wiz 2001-07-22 13:33:58 +00:00
parent 611461bc5e
commit a9356936b4
91 changed files with 207 additions and 207 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: args.c,v 1.15 2001/04/28 22:47:23 ross Exp $ */
/* $NetBSD: args.c,v 1.16 2001/07/22 13:33:58 wiz Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94";
#else
__RCSID("$NetBSD: args.c,v 1.15 2001/04/28 22:47:23 ross Exp $");
__RCSID("$NetBSD: args.c,v 1.16 2001/07/22 13:33:58 wiz Exp $");
#endif
#endif /* not lint */
@ -350,7 +350,7 @@ c_conv(a, b)
* 4) A positive decimal number followed by a m (mult by 512).
* 5) A positive decimal number followed by a w (mult by sizeof int)
* 6) Two or more positive decimal numbers (with/without k,b or w).
* seperated by x (also * for backwards compatibility), specifying
* separated by x (also * for backwards compatibility), specifying
* the product of the indicated values.
*/
static u_long

View File

@ -1,4 +1,4 @@
/* $NetBSD: options.c,v 1.31 2000/07/04 17:28:47 thorpej Exp $ */
/* $NetBSD: options.c,v 1.32 2001/07/22 13:33:58 wiz Exp $ */
/*-
* Copyright (c) 1992 Keith Muller.
@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94";
#else
__RCSID("$NetBSD: options.c,v 1.31 2000/07/04 17:28:47 thorpej Exp $");
__RCSID("$NetBSD: options.c,v 1.32 2001/07/22 13:33:58 wiz Exp $");
#endif
#endif /* not lint */
@ -1407,7 +1407,7 @@ opt_add(str)
* 4) A positive decimal number followed by a m (mult by 512).
* 5) A positive decimal number followed by a w (mult by sizeof int)
* 6) Two or more positive decimal numbers (with/without k,b or w).
* seperated by x (also * for backwards compatibility), specifying
* separated by x (also * for backwards compatibility), specifying
* the product of the indicated values.
* Return:
* 0 for an error, a positive value o.w.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: xfer,v 1.18 2001/05/13 23:25:37 mbw Exp $
.\" $NetBSD: xfer,v 1.19 2001/07/22 13:33:59 wiz Exp $
.\"
.\" Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -72,7 +72,7 @@ and
.Pp
For the 2-floppy sets (and the CD boot image), utilities to repair
a badly crashed systems are included. The -small and -tiny images
have seperate rescue floppy images because of lack of space.
have separate rescue floppy images because of lack of space.
.Pp
If you are using a
.Ul

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: network,v 1.32 2001/07/08 07:16:00 lukem Exp $
# $NetBSD: network,v 1.33 2001/07/22 13:33:59 wiz Exp $
#
# PROVIDE: network
@ -164,7 +164,7 @@ network_start()
# we do "ifconfig xxN $ifconfig_xxN".
# If there is no such variable, we take the contents of the file
# /etc/ifconfig.xxN, and run "ifconfig xxN" repeatedly, using each
# line of the file as the arguments for a seperate "ifconfig"
# line of the file as the arguments for a separate "ifconfig"
# invocation.
#
# In order to configure an interface reasonably, you at the very least

View File

@ -4065,7 +4065,7 @@ they're carrying upstairs!"
%
There was a mad scientist (a mad... social... scientist) who kidnapped
three colleagues, an engineer, a physicist, and a mathematician, and locked
each of them in seperate cells with plenty of canned food and water but no
each of them in separate cells with plenty of canned food and water but no
can opener.
A month later, returning, the mad scientist went to the engineer's
cell and found it long empty. The engineer had constructed a can opener from

View File

@ -1,4 +1,4 @@
/* $NetBSD: strfile.c,v 1.20 2000/07/31 11:32:33 simonb Exp $ */
/* $NetBSD: strfile.c,v 1.21 2001/07/22 13:34:00 wiz Exp $ */
/*-
* Copyright (c) 1989, 1993
@ -47,7 +47,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
#if 0
static char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93";
#else
__RCSID("$NetBSD: strfile.c,v 1.20 2000/07/31 11:32:33 simonb Exp $");
__RCSID("$NetBSD: strfile.c,v 1.21 2001/07/22 13:34:00 wiz Exp $");
#endif
#endif /* not lint */
#endif /* __NetBSD__ */
@ -86,7 +86,7 @@ h2nl(u_int32_t h)
}
/*
* This program takes a file composed of strings seperated by
* This program takes a file composed of strings separated by
* lines starting with two consecutive delimiting character (default
* character is '%') and creates another file which consists of a table
* describing the file (structure from "strfile.h"), a table of seek

View File

@ -1,4 +1,4 @@
/* $NetBSD: initdeck.c,v 1.13 2000/07/31 11:39:00 simonb Exp $ */
/* $NetBSD: initdeck.c,v 1.14 2001/07/22 13:34:01 wiz Exp $ */
/*
* Copyright (c) 1980, 1993
@ -44,7 +44,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)initdeck.c 8.1 (Berkeley) 5/31/93";
#else
__RCSID("$NetBSD: initdeck.c,v 1.13 2000/07/31 11:39:00 simonb Exp $");
__RCSID("$NetBSD: initdeck.c,v 1.14 2001/07/22 13:34:01 wiz Exp $");
#endif
#endif /* not lint */
#endif /* __NetBSD__ */
@ -77,8 +77,8 @@ h2nl(u_int32_t h)
/*
* This program initializes the card files for monopoly.
* It reads in a data file with Com. Chest cards, followed by
* the Chance card. The two are seperated by a line of "%-".
* All other cards are seperated by lines of "%%". In the front
* the Chance card. The two are separated by a line of "%-".
* All other cards are separated by lines of "%%". In the front
* of the file is the data for the decks in the same order.
* This includes the seek pointer for the start of each card.
* All cards start with their execution code, followed by the

View File

@ -1,4 +1,4 @@
.\" $NetBSD: read_me.nr,v 1.2 1995/04/22 10:59:44 cgd Exp $
.\" $NetBSD: read_me.nr,v 1.3 2001/07/22 13:34:01 wiz Exp $
.de @h
'sp 4
'tl 'TREK SETUP INSTRUCTIONS''%'
@ -196,7 +196,7 @@ There are many neat things
which could go in,
if there were only enough space.
However,
I have specifically not gone to seperated I/D
I have specifically not gone to separated I/D
space.
The main reason is that I would like future versions
of the game

View File

@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.9 2000/05/08 07:56:06 mycroft Exp $ */
/* $NetBSD: main.c,v 1.10 2001/07/22 13:34:01 wiz Exp $ */
/*
* Copyright (c) 1980, 1993
@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
#else
__RCSID("$NetBSD: main.c,v 1.9 2000/05/08 07:56:06 mycroft Exp $");
__RCSID("$NetBSD: main.c,v 1.10 2001/07/22 13:34:01 wiz Exp $");
#endif
#endif /* not lint */
@ -136,7 +136,7 @@ uid_t Mother = 51 + (51 << 8);
**
** Many things in trek are not as clear as they might be, but are
** done to reduce space. I compile with the -f and -O flags. I
** am constrained to running with non-seperated I/D space, since
** am constrained to running with non-separated I/D space, since
** we don't have doubleing point hardware here; even if we did, I
** would like trek to be available to the large number of people
** who either have an 11/40 or do not have FP hardware. I also

View File

@ -1,4 +1,4 @@
/* $NetBSD: login_cap.c,v 1.10 2001/01/03 15:41:19 lukem Exp $ */
/* $NetBSD: login_cap.c,v 1.11 2001/07/22 13:34:01 wiz Exp $ */
/*-
* Copyright (c) 1995,1997 Berkeley Software Design, Inc. All rights reserved.
@ -36,7 +36,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: login_cap.c,v 1.10 2001/01/03 15:41:19 lukem Exp $");
__RCSID("$NetBSD: login_cap.c,v 1.11 2001/07/22 13:34:01 wiz Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@ -658,7 +658,7 @@ setuserpath(login_cap_t *lc, char *home)
* 6) A number followed by a g (mult by 1024 * 1024 * 1024).
* 7) A number followed by a t (mult by 1024 * 1024 * 1024 * 1024).
* 8) Two or more numbers (with/without k,b,m,g, or t).
* seperated by x (also * for backwards compatibility), specifying
* separated by x (also * for backwards compatibility), specifying
* the product of the indicated values.
*/
static u_quad_t

View File

@ -1,4 +1,4 @@
/* $NetBSD: termstat.c,v 1.8 2001/07/19 04:57:50 itojun Exp $ */
/* $NetBSD: termstat.c,v 1.9 2001/07/22 13:34:01 wiz Exp $ */
/*
* Copyright (c) 1989, 1993
@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)termstat.c 8.2 (Berkeley) 5/30/95";
#else
__RCSID("$NetBSD: termstat.c,v 1.8 2001/07/19 04:57:50 itojun Exp $");
__RCSID("$NetBSD: termstat.c,v 1.9 2001/07/22 13:34:01 wiz Exp $");
#endif
#endif /* not lint */
@ -566,7 +566,7 @@ clientstat(code, parm1, parm2)
/*
* Change terminal speed as requested by client.
* We set the receive speed first, so that if we can't
* store seperate receive and transmit speeds, the transmit
* store separate receive and transmit speeds, the transmit
* speed will take precedence.
*/
tty_rspeed(parm2);

View File

@ -1,4 +1,4 @@
.\" $NetBSD: boot.8,v 1.7 1999/11/28 01:29:37 simonb Exp $
.\" $NetBSD: boot.8,v 1.8 2001/07/22 13:34:02 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
@ -152,7 +152,7 @@ setenv boot "3/rz4/netbsd -a"
.Pp
The device from which to boot is specified as the TurboChannel slot
number, a TurboChannel-option-specific device name, and a path to the
file to load, all seperated by slashes. You can get a list of the
file to load, all separated by slashes. You can get a list of the
devices installed in your TurboChannel slots (as well as any built-in
devices which appear as TurboChannel slots) by typing the
.Nm cnfg

View File

@ -1,4 +1,4 @@
$NetBSD: STYLE,v 1.4 1997/09/02 13:42:49 thorpej Exp $
$NetBSD: STYLE,v 1.5 2001/07/22 13:34:02 wiz Exp $
Style guide for NetBSD/alpha kernel files.
@ -35,19 +35,19 @@ port.
RCS IDS
(1) NetBSD RCS ID tags ($NetBSD: STYLE,v 1.4 1997/09/02 13:42:49 thorpej Exp $ tags) in C sources and headers should
(1) NetBSD RCS ID tags ($NetBSD: STYLE,v 1.5 2001/07/22 13:34:02 wiz Exp $ tags) in C sources and headers should
appear at the top of the file in a single-line comment of the form
/*<space>$NetBSD: STYLE,v 1.4 1997/09/02 13:42:49 thorpej Exp $<space>*/
/*<space>$NetBSD: STYLE,v 1.5 2001/07/22 13:34:02 wiz Exp $<space>*/
which differs from the normal NetBSD style, in that it uses spaces
rather than tabs to seperate the tag from the comment start and end
rather than tabs to separate the tag from the comment start and end
delimiters.
(2) All C and assembler sources should include an RCS ID tag which can
be compiled into the binary, with a line like:
__KERNEL_RCSID(0, "$NetBSD: STYLE,v 1.4 1997/09/02 13:42:49 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: STYLE,v 1.5 2001/07/22 13:34:02 wiz Exp $");
after the inclusion of cdefs.h. Source files which include other source
files should change the number '0' to a different number, so that it

View File

@ -1,4 +1,4 @@
$NetBSD: version,v 1.12 2000/09/26 05:13:36 simonb Exp $
$NetBSD: version,v 1.13 2001/07/22 13:34:02 wiz Exp $
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
file is important - make sure the entries are appended on end, last item
@ -11,8 +11,8 @@ is taken as the current.
1.4-2: Complete rewrite of boot block code
1.5: Update for new ECOFF headers
1.6: Don't pass arguments to the kernel, trim unnecessary environment
calls, kill 'ask' loop (i.e. if boot fails, halt), seperate
ECOFF and a.out support into seperate options.
calls, kill 'ask' loop (i.e. if boot fails, halt), separate
ECOFF and a.out support into separate options.
1.7: Use libsa and libkern rather than building the objects locally.
1.8: Search for a kernel, if none specified.
1.9: Add support for gzipped kernels.

View File

@ -1,4 +1,4 @@
$NetBSD: debug,v 1.2 1994/10/26 02:02:16 cgd Exp $
$NetBSD: debug,v 1.3 2001/07/22 13:34:02 wiz Exp $
NOTE: this description applies to the hp300 system with the old BSD
virtual memory system. It has not been updated to reflect the new,
@ -93,7 +93,7 @@ The HP maintains the p0br/p0lr and p1br/p1lr PCB fields the same as the
VAX even though they have no meaning to the hardware. This also keeps many
utilities happy.
There is no seperate interrupt stack (right now) on the HPs. Interrupt
There is no separate interrupt stack (right now) on the HPs. Interrupt
processing is handled on the kernel stack of the "current" process.
Following is a list of things you might want to be able to do with a kernel

View File

@ -1,4 +1,4 @@
$NetBSD: mmu,v 1.2 1994/10/26 02:02:18 cgd Exp $
$NetBSD: mmu,v 1.3 2001/07/22 13:34:02 wiz Exp $
Overview:
--------
@ -8,7 +8,7 @@ Overview:
Page and segment table entries mimic the Motorola 68851 PMMU,
in an effort at upward compatibility. The HP MMU uses a two
level translation scheme. There are seperate (but equal!)
level translation scheme. There are separate (but equal!)
translation tables for both supervisor and user modes. At the
lowest level are page tables. Each page table consists of one
or more 4k pages of 1024x4 byte page table entries. Each PTE
@ -20,7 +20,7 @@ Overview:
unused valid bit in page and segment table entries must be
zero.
There are seperate translation lookaside buffers for the user
There are separate translation lookaside buffers for the user
and supervisor modes, each containing 1024 entries.
To augment the 68020's instruction cache, the HP CPU has an

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.124 2001/05/30 15:24:40 lukem Exp $ */
/* $NetBSD: locore.s,v 1.125 2001/07/22 13:34:02 wiz Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -231,7 +231,7 @@ Lbe10:
btst #8,%d0 | data fault?
jne Lbe10a
movql #1,%d0 | user program access FC
| (we dont seperate data/program)
| (we dont separate data/program)
btst #5,%sp@(FR_HW+8) | supervisor mode?
jeq Lbe10a | if no, done
movql #5,%d0 | else supervisor program access

View File

@ -1,4 +1,4 @@
/* $NetBSD: sbic.c,v 1.43 2001/04/25 17:53:08 bouyer Exp $ */
/* $NetBSD: sbic.c,v 1.44 2001/07/22 13:34:03 wiz Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@ -1001,7 +1001,7 @@ sbicselectbus(dev, regs, target, lun, our_addr)
SET_SBIC_cmd(regs, SBIC_CMD_SEL_ATN);
/*
* wait for select (merged from seperate function may need
* wait for select (merged from separate function may need
* cleanup)
*/
WAIT_CIP(regs);

View File

@ -1,4 +1,4 @@
/* $NetBSD: sbic.c,v 1.25 2001/07/08 14:50:05 rearnsha Exp $ */
/* $NetBSD: sbic.c,v 1.26 2001/07/22 13:34:03 wiz Exp $ */
/*
* Copyright (c) 2001 Richard Earnshaw
@ -1004,7 +1004,7 @@ sbicselectbus(struct sbic_softc *dev, sbic_regmap_p regs, u_char target,
SET_SBIC_cmd(regs, SBIC_CMD_SEL_ATN);
/*
* wait for select (merged from seperate function may need
* wait for select (merged from separate function may need
* cleanup)
*/
WAIT_CIP(regs);

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.82 2001/05/30 15:24:28 lukem Exp $ */
/* $NetBSD: locore.s,v 1.83 2001/07/22 13:34:03 wiz Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -217,7 +217,7 @@ Lbe10:
btst #8,%d0 | data fault?
jne Lbe10a
movql #1,%d0 | user program access FC
| (we dont seperate data/program)
| (we dont separate data/program)
btst #5,%sp@(FR_HW+8) | supervisor mode?
jeq Lbe10a | if no, done
movql #5,%d0 | else supervisor program access

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.2 2001/05/18 11:51:57 drochner Exp $ */
/* $NetBSD: locore.s,v 1.3 2001/07/22 13:34:04 wiz Exp $ */
/*
* Copyright (c) 1994, 1995 Gordon W. Ross
@ -504,7 +504,7 @@ Lbe10:
btst #8,%d0 | data fault?
jne Lbe10a
movql #1,%d0 | user program access FC
| (we dont seperate data/program)
| (we dont separate data/program)
btst #5,%sp@(FR_HW+8) | supervisor mode?
jeq Lbe10a | if no, done
movql #5,%d0 | else supervisor program access

View File

@ -1,4 +1,4 @@
$NetBSD: Debug.tips,v 1.2 1994/10/26 07:22:49 cgd Exp $
$NetBSD: Debug.tips,v 1.3 2001/07/22 13:34:04 wiz Exp $
NOTE: this description applies to the hp300 system with the old BSD
virtual memory system. It has not been updated to reflect the new,
@ -93,7 +93,7 @@ The HP maintains the p0br/p0lr and p1br/p1lr PCB fields the same as the
VAX even though they have no meaning to the hardware. This also keeps many
utilities happy.
There is no seperate interrupt stack (right now) on the HPs. Interrupt
There is no separate interrupt stack (right now) on the HPs. Interrupt
processing is handled on the kernel stack of the "current" process.
Following is a list of things you might want to be able to do with a kernel

View File

@ -1,4 +1,4 @@
$NetBSD: HPMMU.notes,v 1.2 1994/10/26 07:22:51 cgd Exp $
$NetBSD: HPMMU.notes,v 1.3 2001/07/22 13:34:04 wiz Exp $
Overview:
--------
@ -8,7 +8,7 @@ Overview:
Page and segment table entries mimic the Motorola 68851 PMMU,
in an effort at upward compatibility. The HP MMU uses a two
level translation scheme. There are seperate (but equal!)
level translation scheme. There are separate (but equal!)
translation tables for both supervisor and user modes. At the
lowest level are page tables. Each page table consists of one
or more 4k pages of 1024x4 byte page table entries. Each PTE
@ -20,7 +20,7 @@ Overview:
unused valid bit in page and segment table entries must be
zero.
There are seperate translation lookaside buffers for the user
There are separate translation lookaside buffers for the user
and supervisor modes, each containing 1024 entries.
To augment the 68020's instruction cache, the HP CPU has an

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_dv.c,v 1.15 1998/06/25 23:57:33 thorpej Exp $ */
/* $NetBSD: grf_dv.c,v 1.16 2001/07/22 13:34:04 wiz Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -275,7 +275,7 @@ dv_init(gp, scode, addr)
gp->g_fbkva = addr + gi->gd_regsize;
} else {
/*
* For DIO space we need to map the seperate
* For DIO space we need to map the separate
* framebuffer.
*/
gp->g_regkva = addr;

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_hy.c,v 1.12 1998/06/25 23:57:33 thorpej Exp $ */
/* $NetBSD: grf_hy.c,v 1.13 2001/07/22 13:34:04 wiz Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -236,7 +236,7 @@ hy_init(gp, scode, addr)
gp->g_fbkva = addr + gi->gd_regsize;
} else {
/*
* For DIO space we need to map the seperate
* For DIO space we need to map the separate
* framebuffer.
*/
gp->g_regkva = addr;

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_rb.c,v 1.15 1998/06/25 23:57:34 thorpej Exp $ */
/* $NetBSD: grf_rb.c,v 1.16 2001/07/22 13:34:04 wiz Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -274,7 +274,7 @@ rb_init(gp, scode, addr)
gp->g_fbkva = addr + gi->gd_regsize;
} else {
/*
* For DIO space we need to map the seperate
* For DIO space we need to map the separate
* framebuffer.
*/
gp->g_regkva = addr;

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_tc.c,v 1.15 1998/06/25 23:57:34 thorpej Exp $ */
/* $NetBSD: grf_tc.c,v 1.16 2001/07/22 13:34:04 wiz Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -348,7 +348,7 @@ tc_init(gp, scode, addr)
gp->g_fbkva = addr + gi->gd_regsize;
} else {
/*
* For DIO space we need to map the seperate
* For DIO space we need to map the separate
* framebuffer.
*/
gp->g_regkva = addr;

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.115 2001/06/11 04:58:33 chs Exp $ */
/* $NetBSD: locore.s,v 1.116 2001/07/22 13:34:04 wiz Exp $ */
/*
* Copyright (c) 1994, 1995 Gordon W. Ross
@ -687,7 +687,7 @@ Lbe10:
btst #8,%d0 | data fault?
jne Lbe10a
movql #1,%d0 | user program access FC
| (we dont seperate data/program)
| (we dont separate data/program)
btst #5,%sp@(FR_HW+8) | supervisor mode?
jeq Lbe10a | if no, done
movql #5,%d0 | else supervisor program access

View File

@ -1,4 +1,4 @@
/* $NetBSD: specialreg.h,v 1.17 2001/06/19 12:59:15 wiz Exp $ */
/* $NetBSD: specialreg.h,v 1.18 2001/07/22 13:34:05 wiz Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@ -222,7 +222,7 @@
/*
* the following four 3-byte registers control the non-cacheable regions.
* These registers must be written as three seperate bytes.
* These registers must be written as three separate bytes.
*
* NCRx+0: A31-A24 of starting address
* NCRx+1: A23-A16 of starting address

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.12 2001/05/30 15:24:31 lukem Exp $ */
/* $NetBSD: locore.s,v 1.13 2001/07/22 13:34:05 wiz Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -478,7 +478,7 @@ Lbe10:
btst #8,d0 | data fault?
jne Lbe10a
movql #1,d0 | user program access FC
| (we dont seperate data/program)
| (we dont separate data/program)
btst #5,sp@(FR_HW+8) | supervisor mode?
jeq Lbe10a | if no, done
movql #5,d0 | else supervisor program access

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_sn.c,v 1.29 2001/06/19 12:59:15 wiz Exp $ */
/* $NetBSD: if_sn.c,v 1.30 2001/07/22 13:34:05 wiz Exp $ */
/*
* National Semiconductor DP8393X SONIC Driver
@ -711,7 +711,7 @@ camprogram(sc)
* addresses. It has no way to specify a range.
* (Well, thats not exactly true. If the
* range is small one could program each addr
* within the range as a seperate CAM entry)
* within the range as a separate CAM entry)
*/
ifp->if_flags |= IFF_ALLMULTI;
break;

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.134 2001/05/30 15:24:32 lukem Exp $ */
/* $NetBSD: locore.s,v 1.135 2001/07/22 13:34:05 wiz Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -510,7 +510,7 @@ Lbe10:
btst #8,d0 | data fault?
jne Lbe10a
movql #1,d0 | user program access FC
| (we dont seperate data/program)
| (we dont separate data/program)
btst #5,sp@(FR_HW+8) | supervisor mode?
jeq Lbe10a | if no, done
movql #5,d0 | else supervisor program access

View File

@ -1,4 +1,4 @@
/* $NetBSD: sbic.c,v 1.17 2001/07/07 07:51:37 scw Exp $ */
/* $NetBSD: sbic.c,v 1.18 2001/07/22 13:34:06 wiz Exp $ */
/*
* Changes Copyright (c) 1996 Steve Woodford
@ -964,7 +964,7 @@ sbicselectbus(dev)
SET_SBIC_cmd(regs, SBIC_CMD_SEL_ATN);
/*
* wait for select (merged from seperate function may need
* wait for select (merged from separate function may need
* cleanup)
*/
WAIT_CIP(regs);

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.86 2001/07/18 17:13:15 scw Exp $ */
/* $NetBSD: locore.s,v 1.87 2001/07/22 13:34:06 wiz Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -858,7 +858,7 @@ Lbe10:
btst #8,%d0 | data fault?
jne Lbe10a
movql #1,%d0 | user program access FC
| (we dont seperate data/program)
| (we dont separate data/program)
btst #5,%sp@(FR_HW+8) | supervisor mode?
jeq Lbe10a | if no, done
movql #5,%d0 | else supervisor program access

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.23 2001/05/30 15:24:35 lukem Exp $ */
/* $NetBSD: locore.s,v 1.24 2001/07/22 13:34:06 wiz Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -529,7 +529,7 @@ Lbe10:
#else
moveq #1,%d0 | user program access FC
#endif
| (we dont seperate data/program)
| (we dont separate data/program)
btst #5,%sp@(FR_HW+8) | supervisor mode?
jeq Lbe10a | if no, done
movql #5,%d0 | else supervisor program access

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_sn.c,v 1.8 2001/06/19 12:59:15 wiz Exp $ */
/* $NetBSD: if_sn.c,v 1.9 2001/07/22 13:34:07 wiz Exp $ */
/*
* National Semiconductor DP8393X SONIC Driver
@ -695,7 +695,7 @@ camprogram(sc)
* addresses. It has no way to specify a range.
* (Well, thats not exactly true. If the
* range is small one could program each addr
* within the range as a seperate CAM entry)
* within the range as a separate CAM entry)
*/
ifp->if_flags |= IFF_ALLMULTI;
break;

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.32 2001/05/30 15:24:35 lukem Exp $ */
/* $NetBSD: locore.s,v 1.33 2001/07/22 13:34:07 wiz Exp $ */
/*
* Copyright (c) 1998 Darrin B. Jewell
@ -628,7 +628,7 @@ Lbe10:
btst #8,%d0 | data fault?
jne Lbe10a
movql #1,%d0 | user program access FC
| (we dont seperate data/program)
| (we dont separate data/program)
btst #5,%sp@(FR_HW+8) | supervisor mode?
jeq Lbe10a | if no, done
movql #5,%d0 | else supervisor program access

View File

@ -1,4 +1,4 @@
/* $NetBSD: scn.c,v 1.49 2001/06/12 15:17:19 wiz Exp $ */
/* $NetBSD: scn.c,v 1.50 2001/07/22 13:34:07 wiz Exp $ */
/*
* Copyright (c) 1996, 1997 Philip L. Budne.
@ -1506,7 +1506,7 @@ scnrxintr(arg)
* (hence the LBL notice on top of this file), DOES NOT require
* interlocking with interrupt levels!
*
* The 44bsd sparc/zs driver reads the ring buffer from a seperate
* The 44bsd sparc/zs driver reads the ring buffer from a separate
* zssoftint, while the SunOS 4.x zs driver appears to use
* timeout()'s. timeouts seem to be too slow to deal with high data
* rates. I know, I tried them.

View File

@ -1,4 +1,4 @@
# $NetBSD: README,v 1.3 1998/01/05 20:51:46 perry Exp $
# $NetBSD: README,v 1.4 2001/07/22 13:34:08 wiz Exp $
IEEE handler README
-------------------
@ -140,7 +140,7 @@ uses this addressing mode.
The FSR fields are defined in fpu_status.h. There is a macro
GET_SET_FSR which gets the old value of the FSR and sets the new value
of the FSR. There are also seperate GET_FSR and SET_FSR macros.
of the FSR. There are also separate GET_FSR and SET_FSR macros.
Eg:
#include <fpu_status.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: xd.c,v 1.32 2000/06/29 07:19:02 mrg Exp $ */
/* $NetBSD: xd.c,v 1.33 2001/07/22 13:34:08 wiz Exp $ */
/*
*
@ -1286,7 +1286,7 @@ xdc_rqtopb(iorq, iopb, cmd, subfun)
/*
* xdc_cmd: front end for POLL'd and WAIT'd commands. Returns rqno.
* If you've already got an IORQ, you can call submit directly (currently
* there is no need to do this). NORM requests are handled seperately.
* there is no need to do this). NORM requests are handled separately.
*/
int
xdc_cmd(xdcsc, cmd, subfn, unit, block, scnt, dptr, fullmode)

View File

@ -1,4 +1,4 @@
/* $NetBSD: xy.c,v 1.33 2000/06/29 07:19:02 mrg Exp $ */
/* $NetBSD: xy.c,v 1.34 2001/07/22 13:34:08 wiz Exp $ */
/*
*
@ -1187,7 +1187,7 @@ int del;
/*
* xyc_cmd: front end for POLL'd and WAIT'd commands. Returns 0 or error.
* note that NORM requests are handled seperately.
* note that NORM requests are handled separately.
*/
int
xyc_cmd(xycsc, cmd, subfn, unit, block, scnt, dptr, fullmode)

View File

@ -1,4 +1,4 @@
/* $NetBSD: qv.c,v 1.5 2001/05/02 10:32:20 scw Exp $ */
/* $NetBSD: qv.c,v 1.6 2001/07/22 13:34:08 wiz Exp $ */
/*-
* Copyright (c) 1988
@ -219,7 +219,7 @@ struct qv_info qv_scn_defaults[] = {
* Screen controller initialization parameters. The definations and use
* of these parameters can be found in the Motorola 68045 crtc specs. In
* essence they set the display parameters for the chip. The first set is
* for the 15" screen and the second is for the 19" seperate sync. There
* for the 15" screen and the second is for the 19" separate sync. There
* is also a third set for a 19" composite sync monitor which we have not
* tested and which is not supported.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus.h,v 1.2 2001/07/19 15:32:21 thorpej Exp $ */
/* $NetBSD: bus.h,v 1.3 2001/07/22 13:34:08 wiz Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
@ -70,7 +70,7 @@
/*
* XXXfvdl plain copy of x86_64 stuff. The arrival of the real hardware
* may cause enough changes to this file to be seperate.
* may cause enough changes to this file to be separate.
*/
#ifndef _X86_64_BUS_H_

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.1 2001/06/19 00:20:10 fvdl Exp $ */
/* $NetBSD: cpu.h,v 1.2 2001/07/22 13:34:09 wiz Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -40,7 +40,7 @@
/*
* XXXfvdl plain copy of i386 version, but may change enough in the
* future to be seperate.
* future to be separate.
*/
#ifndef _X86_64_CPU_H_

View File

@ -1,4 +1,4 @@
/* $NetBSD: hpux.h,v 1.15 1999/08/25 04:50:08 thorpej Exp $ */
/* $NetBSD: hpux.h,v 1.16 2001/07/22 13:34:09 wiz Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@ -325,7 +325,7 @@ struct hpux_sigaction {
/*
* In BSD EAGAIN and EWOULDBLOCK are the same error code.
* However, for HP-UX we must split them out to seperate codes.
* However, for HP-UX we must split them out to separate codes.
* The easiest way to do this was to check the return value of
* BSD routines which are known to return EAGAIN (but never
* EWOULDBLOCK) and change it to the pseudo-code OEAGAIN when

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_file.c,v 1.39 2001/06/16 21:32:51 manu Exp $ */
/* $NetBSD: linux_file.c,v 1.40 2001/07/22 13:34:09 wiz Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@ -671,7 +671,7 @@ linux_sys_mknod(p, v, retval)
CHECK_ALT_CREAT(p, &sg, SCARG(uap, path));
/*
* BSD handles FIFOs seperately
* BSD handles FIFOs separately
*/
if (SCARG(uap, mode) & S_IFIFO) {
SCARG(&bma, path) = SCARG(uap, path);

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_uselib.c,v 1.2 2000/12/12 17:52:56 jdolecek Exp $ */
/* $NetBSD: linux_uselib.c,v 1.3 2001/07/22 13:34:09 wiz Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@ -75,7 +75,7 @@
*
* Yes, both text and data are mapped at once, so we're left with
* writeable text for the shared libs. The Linux crt0 seemed to break
* sometimes when data was mapped seperately. It munmapped a uselib()
* sometimes when data was mapped separately. It munmapped a uselib()
* of ld.so by hand, which failed with shared text and data for ld.so
* Yuck.
*

View File

@ -1,4 +1,4 @@
/* $NetBSD: elinkxlreg.h,v 1.6 2001/05/23 00:56:58 fvdl Exp $ */
/* $NetBSD: elinkxlreg.h,v 1.7 2001/07/22 13:34:09 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -91,7 +91,7 @@
/*
* This is reset options for the other cards, media options for
* the 90xB NICs. Reset options are in a seperate register for
* the 90xB NICs. Reset options are in a separate register for
* the 90xB.
*/
#define ELINK_W3_MEDIA_OPTIONS 0x08

View File

@ -1,4 +1,4 @@
/* $NetBSD: ispvar.h,v 1.46 2001/07/06 16:19:10 mjacob Exp $ */
/* $NetBSD: ispvar.h,v 1.47 2001/07/22 13:34:10 wiz Exp $ */
/*
* This driver, which is contained in NetBSD in the files:
*
@ -599,7 +599,7 @@ void isp_done(XS_T *);
* and logging out of fabric devices (if one is on a fabric) and then marking
* the 'loop state' as being ready to now be used for sending commands to
* devices. Originally fabric name server and local loop scanning were
* part of this function. It's now been seperated to allow for finer control.
* part of this function. It's now been separated to allow for finer control.
*/
typedef enum {
ISPCTL_RESET_BUS, /* Reset Bus */

View File

@ -1,4 +1,4 @@
/* $NetBSD: xd.c,v 1.36 2001/03/06 22:27:59 thorpej Exp $ */
/* $NetBSD: xd.c,v 1.37 2001/07/22 13:34:10 wiz Exp $ */
/*
*
@ -1493,7 +1493,7 @@ xdc_rqtopb(iorq, iopb, cmd, subfun)
/*
* xdc_cmd: front end for POLL'd and WAIT'd commands. Returns rqno.
* If you've already got an IORQ, you can call submit directly (currently
* there is no need to do this). NORM requests are handled seperately.
* there is no need to do this). NORM requests are handled separately.
*/
int
xdc_cmd(xdcsc, cmd, subfn, unit, block, scnt, dptr, fullmode)

View File

@ -1,4 +1,4 @@
/* $NetBSD: xy.c,v 1.35 2001/03/13 04:20:13 chs Exp $ */
/* $NetBSD: xy.c,v 1.36 2001/07/22 13:34:10 wiz Exp $ */
/*
*
@ -1357,7 +1357,7 @@ int del;
/*
* xyc_cmd: front end for POLL'd and WAIT'd commands. Returns 0 or error.
* note that NORM requests are handled seperately.
* note that NORM requests are handled separately.
*/
int
xyc_cmd(xycsc, cmd, subfn, unit, block, scnt, dptr, fullmode)

View File

@ -1,8 +1,8 @@
# $NetBSD: TODO.hibler,v 1.7 2000/07/15 21:37:50 jdolecek Exp $
# $NetBSD: TODO.hibler,v 1.8 2001/07/22 13:34:10 wiz Exp $
1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
Since it was modelled after the inode code, we might be able to merge
them back. It looks like a seperate (but very similar) lookup routine
them back. It looks like a separate (but very similar) lookup routine
will be needed due to the associated file stuff.
2. It would be nice to be able to use the vfs_cluster code.

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_process.c,v 1.68 2001/06/13 16:06:28 nathanw Exp $ */
/* $NetBSD: sys_process.c,v 1.69 2001/07/22 13:34:11 wiz Exp $ */
/*-
* Copyright (c) 1994 Christopher G. Demetriou. All rights reserved.
@ -224,11 +224,11 @@ sys_ptrace(p, v, retval)
t->p_oppid = t->p_pptr->p_pid;
return (0);
case PT_WRITE_I: /* XXX no seperate I and D spaces */
case PT_WRITE_I: /* XXX no separate I and D spaces */
case PT_WRITE_D:
write = 1;
tmp = SCARG(uap, data);
case PT_READ_I: /* XXX no seperate I and D spaces */
case PT_READ_I: /* XXX no separate I and D spaces */
case PT_READ_D:
/* write = 0 done above. */
iov.iov_base = (caddr_t)&tmp;

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootsect.h,v 1.9 1997/11/17 15:36:17 ws Exp $ */
/* $NetBSD: bootsect.h,v 1.10 2001/07/22 13:34:11 wiz Exp $ */
/*
* Written by Paul Popelka (paulp@uts.amdahl.com)
@ -73,7 +73,7 @@ struct bootsector710 {
#ifdef atari
/*
* The boot sector on a gemdos fs is a little bit different from the msdos fs
* format. Currently there is no need to declare a seperate structure, the
* format. Currently there is no need to declare a separate structure, the
* bootsector33 struct will do.
*/
#if 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_mroute.c,v 1.55 2001/06/02 16:17:10 thorpej Exp $ */
/* $NetBSD: ip_mroute.c,v 1.56 2001/07/22 13:34:11 wiz Exp $ */
/*
* IP multicast forwarding procedures
@ -1273,7 +1273,7 @@ ip_mdq(m, ifp, rt)
/*
* Macro to send packet on vif. Since RSVP packets don't get counted on
* input, they shouldn't get counted on output, so statistics keeping is
* seperate.
* separate.
*/
#define MC_SEND(ip,vifp,m) { \
if ((vifp)->v_flags & VIFF_TUNNEL) \

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip6_mroute.c,v 1.20 2001/03/25 09:06:03 itojun Exp $ */
/* $NetBSD: ip6_mroute.c,v 1.21 2001/07/22 13:34:11 wiz Exp $ */
/* $KAME: ip6_mroute.c,v 1.45 2001/03/25 08:38:51 itojun Exp $ */
/*
@ -1249,7 +1249,7 @@ ip6_mdq(m, ifp, rt)
/*
* Macro to send packet on mif. Since RSVP packets don't get counted on
* input, they shouldn't get counted on output, so statistics keeping is
* seperate.
* separate.
*/
#define MC6_SEND(ip6, mifp, m) do { \

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvm_amap.c,v 1.32 2001/06/02 18:09:25 chs Exp $ */
/* $NetBSD: uvm_amap.c,v 1.33 2001/07/22 13:34:12 wiz Exp $ */
/*
*
@ -847,7 +847,7 @@ ReStart:
}
/*
* amap_splitref: split a single reference into two seperate references
* amap_splitref: split a single reference into two separate references
*
* => called from uvm_map's clip routines
* => origref's map should be locked

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvm_map.c,v 1.99 2001/06/02 18:09:26 chs Exp $ */
/* $NetBSD: uvm_map.c,v 1.100 2001/07/22 13:34:12 wiz Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@ -1004,7 +1004,7 @@ uvm_unmap_remove(map, start, end, entry_list)
* list headed by "first_entry". once we remove them from the map
* the caller should unlock the map and drop the references to the
* backing objects [c.f. uvm_unmap_detach]. the object is to
* seperate unmapping from reference dropping. why?
* separate unmapping from reference dropping. why?
* [1] the map has to be locked for unmapping
* [2] the map need not be locked for reference dropping
* [3] dropping references may trigger pager I/O, and if we hit
@ -2001,7 +2001,7 @@ uvm_map_pageable(map, start, end, new_pageable, lockflags)
entry = start_entry;
/*
* handle wiring and unwiring seperately.
* handle wiring and unwiring separately.
*/
if (new_pageable) { /* unwire */

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvm_page.h,v 1.27 2001/06/28 00:26:38 thorpej Exp $ */
/* $NetBSD: uvm_page.h,v 1.28 2001/07/22 13:34:12 wiz Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@ -109,7 +109,7 @@
* fields were dumped and all the flags were lumped into one short.
* that is fine for a single threaded uniprocessor OS, but bad if you
* want to actual make use of locking (simple_lock's). so, we've
* seperated things back out again.
* separated things back out again.
*
* note the page structure has no lock of its own.
*/

View File

@ -405,7 +405,7 @@
10/29 Stock Market Crash, 1929
10/30 Orson Welles' "War of the Worlds" broadcast, 1938
10/31 Luther nails 95 Theses to door of Castle Church, Wittenberg, 1517
11/01 Austria-Hungary become two seperate nations, 1918
11/01 Austria-Hungary become two separate nations, 1918
11/01 Puerto Rican nationalists try to kill Truman at the Blair House, 1950
11/02 Luftwaffe completes 57 consecutive nights of bombing of London, 1940
11/02 Two Frenchmen make the first free hot air balloon flight, 1783

View File

@ -4,7 +4,7 @@
#
# From ignatios@cs.uni-bonn.de (Ignatios Souvatzis)
# Some formats are still missing: AmigaOS special IFF's, e.g.: FORM....CTLG
# (the others should be seperate, anyway)
# (the others should be separate, anyway)
#
0 belong 0x000003f3 AmigaOS loadseg()ble executable/binary
0 belong 0x000003e7 AmigaOS object/library data

View File

@ -1,4 +1,4 @@
.\" $NetBSD: hesinfo.1,v 1.1 1999/01/25 22:45:55 lukem Exp $
.\" $NetBSD: hesinfo.1,v 1.2 2001/07/22 13:34:13 wiz Exp $
.\"
.\" from: #Id: hesinfo.1,v 1.9 1996/11/07 01:57:12 ghudson Exp #
.\"
@ -82,11 +82,11 @@ the name of an athena file system.
.TP
.B \<rvd server>:<pack>
the name of an rvd's server and pack seperated by a colon.
the name of an rvd's server and pack separated by a colon.
.TP
.B \<nfs server>:<partition>
the name of an nfs server and its partition seperated by a colon.
the name of an nfs server and its partition separated by a colon.
.TP
.B \<workstation-name>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pr.c,v 1.9 2000/10/22 15:06:52 kleink Exp $ */
/* $NetBSD: pr.c,v 1.10 2001/07/22 13:34:13 wiz Exp $ */
/*-
* Copyright (c) 1991 Keith Muller.
@ -47,7 +47,7 @@ __COPYRIGHT("@(#) Copyright (c) 1993\n\
#if 0
from: static char sccsid[] = "@(#)pr.c 8.1 (Berkeley) 6/6/93";
#else
__RCSID("$NetBSD: pr.c,v 1.9 2000/10/22 15:06:52 kleink Exp $");
__RCSID("$NetBSD: pr.c,v 1.10 2001/07/22 13:34:13 wiz Exp $");
#endif
#endif /* not lint */
@ -70,7 +70,7 @@ __RCSID("$NetBSD: pr.c,v 1.9 2000/10/22 15:06:52 kleink Exp $");
/*
* pr: a printing and pagination filter. If multiple input files
* are specified, each is read, formatted, and written to standard
* output. By default, input is seperated into 66-line pages, each
* output. By default, input is separated into 66-line pages, each
* with a header that includes the page number, date, time and the
* files pathname.
*

View File

@ -450,7 +450,7 @@ September 14, 1990:
one of them is undefined, and the other one is not already
defined to the telnet escape character.
Handle TERMIOS systems that have seperate input and output
Handle TERMIOS systems that have separate input and output
line speed settings imbedded in the flags.
Many other minor bug fixes.
@ -516,7 +516,7 @@ June 20, 1990:
option turned back off!
Fix the TERMIOS setting of the terminal speed to handle both
BSD's seperate fields, and the SYSV method of CBAUD bits.
BSD's separate fields, and the SYSV method of CBAUD bits.
Change how we deal with the other side refusing to enable
an option. The sequence used to be: send DO option; receive

View File

@ -1,4 +1,4 @@
/* $NetBSD: telnet.c,v 1.17 2001/03/04 01:51:05 assar Exp $ */
/* $NetBSD: telnet.c,v 1.18 2001/07/22 13:34:14 wiz Exp $ */
/*
* Copyright (c) 1988, 1990, 1993
@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)telnet.c 8.4 (Berkeley) 5/30/95";
#else
__RCSID("$NetBSD: telnet.c,v 1.17 2001/03/04 01:51:05 assar Exp $");
__RCSID("$NetBSD: telnet.c,v 1.18 2001/07/22 13:34:14 wiz Exp $");
#endif
#endif /* not lint */
@ -633,7 +633,7 @@ dontoption(option)
/*
* Given a buffer returned by tgetent(), this routine will turn
* the pipe seperated list of names in the buffer into an array
* the pipe separated list of names in the buffer into an array
* of pointers to null terminated names. We toss out any bad,
* duplicate, or verbose names (names with spaces).
*/

View File

@ -144,7 +144,7 @@ and for prodding me into improving it.
- Clean up the memory allocation/reference history printer.
- Support input of dotted quads and colon-seperated hex lists as
- Support input of dotted quads and colon-separated hex lists as
attribute values in omshell.
- Fix a typo in the linux interface discovery code.
@ -394,7 +394,7 @@ and for prodding me into improving it.
given a lease where the hardware address was correct but the client
identifier was not, resulting in a lease conflict message.
- Fix a problem where the server could write out a colon-seperated
- Fix a problem where the server could write out a colon-separated
hex list as a value for a variable, which would then not parse.
The fix is to always write strings as quoted strings, with any
non-printable characters quoted as octal escape sequences. So

View File

@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
"$Id: clparse.c,v 1.14 2001/06/23 00:10:06 christos Exp $ Copyright (c) 1996-2001 The Internet Software Consortium. All rights reserved.\n";
"$Id: clparse.c,v 1.15 2001/07/22 13:34:14 wiz Exp $ Copyright (c) 1996-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@ -305,7 +305,7 @@ void parse_client_statement (cfile, ip, config)
#endif
/* REQUIRE can either start a policy statement or a
comma-seperated list of names of required options. */
comma-separated list of names of required options. */
case REQUIRE:
next_token (&val, (unsigned *)0, cfile);
token = peek_token (&val, (unsigned *)0, cfile);

View File

@ -140,7 +140,7 @@ When a binding has been completed, a lot of network parameters are
likely to need to be set up. A new /etc/resolv.conf needs to be
created, using the values of $new_domain_name and
$new_domain_name_servers (which may list more than one server,
seperated by spaces). A default route should be set using
separated by spaces). A default route should be set using
$new_routers, and static routes may need to be set up using
$new_static_routes.
.PP

View File

@ -250,7 +250,7 @@ supplying the
.B -nw
flag.
.SH CONFIGURATION
The syntax of the dhclient.conf(5) file is discussed seperately.
The syntax of the dhclient.conf(5) file is discussed separately.
.SH OMAPI
The DHCP client provides some ability to control it while it is
running, without stopping it. This capability is provided using OMAPI,

View File

@ -520,7 +520,7 @@ A pseudo-interface is just another state machine running on the
interface named \fIreal-name\fR, with its own lease and its own
state. If you use this feature, you must provide a client identifier
for both the pseudo-interface and the actual interface, and the two
identifiers must be different. You must also provide a seperate
identifiers must be different. You must also provide a separate
client script for the pseudo-interface to do what you want with the IP
address. For example:
.PP

View File

@ -254,10 +254,10 @@ hexadecimal value can be specified with '\xnn', where nn is any
positive hexadecimal number less than 0xff.
.RE
.PP
.I colon-seperated hexadecimal list
.I colon-separated hexadecimal list
.PP
.RS 0.25i
A list of hexadecimal octet values, seperated by colons, may be
A list of hexadecimal octet values, separated by colons, may be
specified as a data expression.
.RE
.PP
@ -293,7 +293,7 @@ address.
.RS 0.25i
Converts the result of evaluating data-expr2 into a text string
containing one number for each element of the result of evaluating
data-expr2. Each number is seperated from the other by the result of
data-expr2. Each number is separated from the other by the result of
evaluating data-expr1. The result of evaluating numeric-expr1
specifies the base (2 through 16) into which the numbers should be
converted. The result of evaluating numeric-expr2 specifies the

View File

@ -106,7 +106,7 @@ The
.B string
data type specifies either an NVT ASCII string
enclosed in double quotes, or a series of octets specified in
hexadecimal, seperated by colons. For example:
hexadecimal, separated by colons. For example:
.nf
.sp 1
option dhcp-client-identifier "CLIENT-FOO";
@ -674,7 +674,7 @@ agent should only use the list of scopes provided in this option;
otherwise, it may use its own static configuration in preference to
the list provided in this option.
.PP
The text string should be a comma-seperated list of scopes that the
The text string should be a comma-separated list of scopes that the
SLP agent should use. It may be omitted, in which case the SLP Agent
will use the aggregated list of scopes of all directory agents known
to the SLP agent.
@ -816,7 +816,7 @@ includes a URL that does not contain a port component, the normal
default port is assumed (i.e., port 80 for http and port 443 for
https). If the list includes a URL that does not contain a path
component, the path /uap is assumed. If more than one URL is
specified in this list, the URLs are seperated by spaces.
specified in this list, the URLs are separated by spaces.
.RE
.PP
.B option \fBuser-class\fR \fIstring\fR\fB;\fR
@ -1197,7 +1197,7 @@ option sql-default-connection-name "PRODZA";
.PP
An option whose type is a data string is essentially just a collection
of bytes, and can be specified either as quoted text, like the text
type, or as a list of hexadecimal contents seperated by colons whose
type, or as a list of hexadecimal contents separated by colons whose
values must be between 0 and FF. For example:
.nf
@ -1277,7 +1277,7 @@ length does not include itself or the option code).
.PP
The value of this option can be set in one of two ways. The first
way is to simply specify the data directly, using a text string or a
colon-seperated list of hexadecimal values. For example:
colon-separated list of hexadecimal values. For example:
.PP
.nf
option vendor-encapsulated-options

View File

@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
"$Id: options.c,v 1.11 2001/06/18 19:01:54 drochner Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
"$Id: options.c,v 1.12 2001/07/22 13:34:15 wiz Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#define DHCP_OPTION_DATA
@ -422,7 +422,7 @@ int fqdn_universe_decode (struct option_state *options,
}
/* cons options into a big buffer, and then split them out into the
three seperate buffers if needed. This allows us to cons up a set
three separate buffers if needed. This allows us to cons up a set
of vendor options using the same routine. */
int cons_options (inpacket, outpacket, lease, client_state,

View File

@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
"$Id: parse.c,v 1.6 2001/06/18 19:01:54 drochner Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
"$Id: parse.c,v 1.7 2001/07/22 13:34:15 wiz Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@ -328,7 +328,7 @@ int parse_ip_addr (cfile, addr)
}
/*
* hardware-parameter :== HARDWARE hardware-type colon-seperated-hex-list SEMI
* hardware-parameter :== HARDWARE hardware-type colon-separated-hex-list SEMI
* hardware-type :== ETHERNET | TOKEN_RING
*/
@ -426,7 +426,7 @@ void parse_lease_time (cfile, timep)
}
/* No BNF for numeric aggregates - that's defined by the caller. What
this function does is to parse a sequence of numbers seperated by
this function does is to parse a sequence of numbers separated by
the token specified in seperator. If max is zero, any number of
numbers will be parsed; otherwise, exactly max numbers are
expected. Base and size tell us how to internalize the numbers
@ -1411,8 +1411,8 @@ int parse_base64 (data, cfile)
/*
* colon-seperated-hex-list :== NUMBER |
* NUMBER COLON colon-seperated-hex-list
* colon-separated-hex-list :== NUMBER |
* NUMBER COLON colon-separated-hex-list
*/
int parse_cshl (data, cfile)
@ -2682,7 +2682,7 @@ int parse_boolean_expression (expr, cfile, lose)
* PACKET LPAREN numeric-expression COMMA
* numeric-expression RPAREN |
* STRING |
* colon_seperated_hex_list
* colon_separated_hex_list
*/
int parse_data_expression (expr, cfile, lose)

View File

@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
"$Id: tables.c,v 1.9 2001/06/18 19:01:55 drochner Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
"$Id: tables.c,v 1.10 2001/07/22 13:34:15 wiz Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@ -74,7 +74,7 @@ HASH_FUNCTIONS (option, const char *, struct option)
F - implicit flag - the presence of the option indicates that the
flag is true.
o - the preceding value is optional.
E - encapsulation, string or colon-seperated hex list (the latter
E - encapsulation, string or colon-separated hex list (the latter
two for parsing). E is followed by a text string containing
the name of the option space to encapsulate, followed by a '.'.
If the E is immediately followed by '.', the applicable vendor
@ -86,9 +86,9 @@ HASH_FUNCTIONS (option, const char *, struct option)
thing in the option.
X - either an ASCII string or binary data. On output, the string is
scanned to see if it's printable ASCII and, if so, output as a
quoted string. If not, it's output as colon-seperated hex. On
quoted string. If not, it's output as colon-separated hex. On
input, the option can be specified either as a quoted string or as
a colon-seperated hex list.
a colon-separated hex list.
N - enumeration. N is followed by a text string containing
the name of the set of enumeration values to parse or emit,
followed by a '.'. The width of the data is specified in the

View File

@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
"$Id: tree.c,v 1.1.1.10 2001/06/18 18:13:18 drochner Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n";
"$Id: tree.c,v 1.2 2001/07/22 13:34:15 wiz Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@ -801,7 +801,7 @@ int evaluate_dns_expression (result, packet, lease, client_state, in_options,
ASCII string both look like data expressions, but
for A records, we want an ASCII string, not a
binary IP address. Do I need to turn binary IP
addresses into a seperate type? */
addresses into a separate type? */
return (r0 && r1 &&
(r2 || expr -> op != expr_ns_add) && *result);

View File

@ -468,7 +468,7 @@ int main (int argc, char **argv, char **envp)
case NUMBER:
strcpy (buf, val);
token = peek_token (&val, (unsigned *)0, cfile);
/* Colon-seperated hex list? */
/* Colon-separated hex list? */
if (token == COLON)
goto cshl;
else if (token == DOT) {

View File

@ -88,7 +88,7 @@ extern int h_errno;
in /var/state/misc - indeed, given that there's only one lease file, it
would probably be better. However, I have some ideas for optimizing
the lease database that may result in a _lot_ of smaller files being
created, so in that context it makes more sense to have a seperate
created, so in that context it makes more sense to have a separate
directory. */
#ifndef _PATH_DHCPD_DB

View File

@ -271,7 +271,7 @@ char *strerror PROTO ((int));
The most notable exception is MS-DOS (and consequently, Windows),
which uses an ASCII Carriage Return followed by a Newline to
seperate each line. Fortunately, MS-DOS C compiler libraries
separate each line. Fortunately, MS-DOS C compiler libraries
typically hide this from the programmer, returning just a Newline.
Define EOL to be whatever getc() returns for a newline. */

View File

@ -165,7 +165,7 @@ struct option_tag {
/* An agent option structure. We need a special structure for the
Relay Agent Information option because if more than one appears in
a message, we have to keep them seperate. */
a message, we have to keep them separate. */
struct agent_options {
struct agent_options *next;

View File

@ -245,7 +245,7 @@ enum failover_state {
/* Service states are simplifications of failover states, particularly
useful because the startup state isn't actually implementable as a
seperate failover state without maintaining a state stack. */
separate failover state without maintaining a state stack. */
enum service_state {
unknown_service_state,

View File

@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
"$Id: confpars.c,v 1.9 2001/06/18 19:01:58 drochner Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
"$Id: confpars.c,v 1.10 2001/07/22 13:34:17 wiz Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@ -2461,7 +2461,7 @@ int parse_lease_declaration (struct lease **lp, struct parse *cfile)
}
break;
/* Colon-seperated hexadecimal octets... */
/* Colon-separated hexadecimal octets... */
case UID:
seenbit = 8;
token = peek_token (&val, (unsigned *)0, cfile);

View File

@ -237,7 +237,7 @@ your existing lease file with its test data. The DHCP server will
refuse to operate in playback mode unless you specify an alternate
lease file.
.SH CONFIGURATION
The syntax of the dhcpd.conf(5) file is discussed seperately. This
The syntax of the dhcpd.conf(5) file is discussed separately. This
section should be used as an overview of the configuration process,
and the dhcpd.conf(5) documentation should be consulted for detailed
reference information.

View File

@ -504,7 +504,7 @@ The server currently does very little sanity checking, so if you
configure it wrong, it will just fail in odd ways. I would recommend
therefore that you either do failover or don't do failover, but don't
do any mixed pools. Also, use the same master configuration file for
both servers, and have a seperate file that contains the peer
both servers, and have a separate file that contains the peer
declaration and includes the master file. This will help you to avoid
configuration mismatches. As our implementation evolves, this will
become less of a problem. A basic sample dhcpd.conf file for a
@ -667,7 +667,7 @@ The
statement
.RS 0.25i
.PP
.B hba \fIcolon-seperated-hex-list\fB;\fR
.B hba \fIcolon-separated-hex-list\fB;\fR
.PP
The hba statement specifies the split between the primary and
secondary as a bitmap rather than a cutoff, which theoretically allows
@ -699,7 +699,7 @@ failover peer will take over its client load automatically as the
clients retry.
.RE
.SH CLIENT CLASSING
Clients can be seperated into classes, and treated differently
Clients can be separated into classes, and treated differently
depending on what class they are in. This seperation can be done
either with a conditional statement, or with a match statement within
the class declaration. It is possible to specify a limit on the
@ -1127,7 +1127,7 @@ zone 17.127.10.in-addr.arpa. {
Note that the zone declarations have to correspond to authority
records in your name server - in the above example, there must be an
SOA record for "example.org." and for "17.10.10.in-addr.arpa.". For
example, if there were a subdoman "foo.example.org" with no seperate
example, if there were a subdoman "foo.example.org" with no separate
SOA, you could not write a zone declaration for "foo.example.org."
Also keep in mind that zone names in your DHCP configuration should end in a
"."; this is the preferred syntax. If you do not end your zone name in a
@ -1839,7 +1839,7 @@ hardware type (and others) would also be desirable.
The
.I hardware-address
should be a set of hexadecimal octets (numbers from 0 through ff)
seperated by colons. The \fIhardware\fR statement may also be used
separated by colons. The \fIhardware\fR statement may also be used
for DHCP clients.
.RE
.PP

View File

@ -133,7 +133,7 @@ actual date.
.PP
The hardware statement records the MAC address of the network
interface on which the lease will be used. It is specified as a
series of hexadecimal octets, seperated by colons.
series of hexadecimal octets, separated by colons.
.PP
.B uid \fIclient-identifier\fB;\fR
.PP
@ -144,7 +144,7 @@ send one. Client identifiers are normally an ARP type (1 for
ethernet) followed by the MAC address, just like in the \fBhardware\fI
statement, but this is not required.
.PP
The client identifier is recorded as a colon-seperated hexadecimal
The client identifier is recorded as a colon-separated hexadecimal
list or as a quoted string. If it is recorded as a quoted string and
it contains one or more non-printable characters, those characters are
represented as octal escapes - a backslash character followed by three
@ -229,7 +229,7 @@ record. The name to which the PTR record points will be either the
The \fBon\fI statement records a list of statements to execute if a
certain event occurs. The possible events that can occur for an
active lease are \fBrelease\fR and \fBexpiry\fR. More than one event
can be specified - if so, the events are seperated by '|' characters.
can be specified - if so, the events are separated by '|' characters.
.SH THE FAILOVER PEER STATE DECLARATION
The state of any failover peering arrangements is also recorded in the
lease file, using the \fBfailover peer\fR statement:

View File

@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
"$Id: failover.c,v 1.1.1.9 2001/06/18 18:13:26 drochner Exp $ Copyright (c) 1999-2001 The Internet Software Consortium. All rights reserved.\n";
"$Id: failover.c,v 1.2 2001/07/22 13:34:17 wiz Exp $ Copyright (c) 1999-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@ -152,7 +152,7 @@ isc_result_t find_failover_peer (peer, name, file, line)
each failover partner declaration in the dhcpd.conf file, primary
or secondary, there is a failover_state object. For any primary or
secondary state object that has a connection to its peer, there is
also a failover_link object, which has its own input state seperate
also a failover_link object, which has its own input state separate
from the failover protocol state for managing the actual bytes
coming in off the wire. Finally, there will be one listener object
for every distinct port number associated with a secondary

View File

@ -1,4 +1,4 @@
/* $NetBSD: nlist_coff.c,v 1.4 2000/06/14 17:26:06 cgd Exp $ */
/* $NetBSD: nlist_coff.c,v 1.5 2001/07/22 13:34:17 wiz Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou
@ -36,7 +36,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: nlist_coff.c,v 1.4 2000/06/14 17:26:06 cgd Exp $");
__RCSID("$NetBSD: nlist_coff.c,v 1.5 2001/07/22 13:34:17 wiz Exp $");
#endif /* not lint */
#include <sys/param.h>
@ -258,7 +258,7 @@ create_knlist_coff(name, db)
}
/*
* If it's the kernel version string, we've gotta keep
* some extra data around. Under a seperate key,
* some extra data around. Under a separate key,
* we enter the first line (i.e. up to the first newline,
* with the newline replaced by a NUL to terminate the
* entered string) of the version string.

View File

@ -1,4 +1,4 @@
/* $NetBSD: nlist_ecoff.c,v 1.7 2000/06/14 17:26:07 cgd Exp $ */
/* $NetBSD: nlist_ecoff.c,v 1.8 2001/07/22 13:34:17 wiz Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou
@ -36,7 +36,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: nlist_ecoff.c,v 1.7 2000/06/14 17:26:07 cgd Exp $");
__RCSID("$NetBSD: nlist_ecoff.c,v 1.8 2001/07/22 13:34:17 wiz Exp $");
#endif /* not lint */
#include <sys/param.h>
@ -217,7 +217,7 @@ create_knlist_ecoff(name, db)
/*
* If it's the kernel version string, we've gotta keep
* some extra data around. Under a seperate key,
* some extra data around. Under a separate key,
* we enter the first line (i.e. up to the first newline,
* with the newline replaced by a NUL to terminate the
* entered string) of the version string.

View File

@ -1,4 +1,4 @@
/* $NetBSD: nlist_elf32.c,v 1.13 2001/03/16 14:12:43 agc Exp $ */
/* $NetBSD: nlist_elf32.c,v 1.14 2001/07/22 13:34:17 wiz Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou
@ -36,7 +36,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: nlist_elf32.c,v 1.13 2001/03/16 14:12:43 agc Exp $");
__RCSID("$NetBSD: nlist_elf32.c,v 1.14 2001/07/22 13:34:17 wiz Exp $");
#endif /* not lint */
/* If not included by nlist_elf64.c, ELFSIZE won't be defined. */
@ -281,7 +281,7 @@ ELFNAMEEND(create_knlist)(name, db)
/*
* If it's the kernel version string, we've gotta keep
* some extra data around. Under a seperate key,
* some extra data around. Under a separate key,
* we enter the first line (i.e. up to the first newline,
* with the newline replaced by a NUL to terminate the
* entered string) of the version string.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pkg_add.1,v 1.28 2001/06/05 11:58:55 wiz Exp $
.\" $NetBSD: pkg_add.1,v 1.29 2001/07/22 13:34:18 wiz Exp $
.\"
.\" FreeBSD install - a package for the installation and maintainance
.\" of non-core utilities.
@ -386,7 +386,7 @@ The value of the
is used if a given package can't be found, it's usually set to
.Pa /usr/pkgsrc/packages/All .
The environment variable
should be a series of entries seperated by semicolons. Each entry
should be a series of entries separated by semicolons. Each entry
consists of a directory name or URL. The current directory may be indicated
implicitly by an empty directory name, or explicitly by a single
period. FTP URLs may not end with a slash.

View File

@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.14 2001/02/20 23:56:12 cgd Exp $ */
/* $NetBSD: main.c,v 1.15 2001/07/22 13:34:18 wiz Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@ -39,7 +39,7 @@
__COPYRIGHT("@(#) Copyright (c) 1994 Christopher G. Demetriou\n\
All rights reserved.\n");
__RCSID("$NetBSD: main.c,v 1.14 2001/02/20 23:56:12 cgd Exp $");
__RCSID("$NetBSD: main.c,v 1.15 2001/07/22 13:34:18 wiz Exp $");
#endif
/*
@ -139,7 +139,7 @@ main(argc, argv)
Kflag = 1;
break;
case 'l':
/* seperate system and user time */
/* separate system and user time */
lflag = 1;
break;
case 'm':