Spelling fixes, from Sergey Svishchev in kern/16650.

This commit is contained in:
wiz 2002-05-12 15:48:36 +00:00
parent 4d23ad14c5
commit d30d25dc1a
10 changed files with 27 additions and 27 deletions

View File

@ -136,7 +136,7 @@ dhcrelay should use. This is mostly useful for debugging purposes.
.PP
Dhcrelay will normally run in the foreground until it has configured
an interface, and then will revert to running in the background.
To run force dhcrelay to always run as a foreground process, the
To force dhcrelay to always run as a foreground process, the
.B -d
flag should be specified. This is useful when running dhcrelay under
a debugger, or when running it out of inittab on System V systems.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ipnat.4,v 1.2 2001/03/26 06:11:48 mike Exp $
.\" $NetBSD: ipnat.4,v 1.3 2002/05/12 15:48:37 wiz Exp $
.\"
.TH IPNAT 4
.SH NAME
@ -33,7 +33,7 @@ being that the fd must be that of the device associated with the module
(i.e., /dev/ipl).
.LP
.PP
The strcture used with the NAT interface is described below:
The structure used with the NAT interface is described below:
.LP
.nf
typedef struct ipnat {

View File

@ -1,4 +1,4 @@
.\" $NetBSD: adjtime.2,v 1.13 2002/02/08 01:28:16 ross Exp $
.\" $NetBSD: adjtime.2,v 1.14 2002/05/12 15:48:37 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -81,7 +81,7 @@ of computers in a local area network.
Such time servers would slow down the clocks of some machines
and speed up the clocks of others to bring them to the average network time.
.Pp
If the calling user is not the syper-user, then the
If the calling user is not the super user, then the
.Fn adjtime
function in the standard C library will try to use the
.Xr clockctl 4

View File

@ -1,4 +1,4 @@
.\" $NetBSD: routed.8,v 1.36 2002/02/08 01:30:46 ross Exp $
.\" $NetBSD: routed.8,v 1.37 2002/05/12 15:48:37 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -73,7 +73,7 @@ If the host is a router,
.Nm
periodically supplies copies
of its routing tables to any directly connected hosts and networks.
It also advertise or solicits default routes using Router Discovery
It also advertises or solicits default routes using Router Discovery
ICMP messages.
.Pp
When started (or when a network interface is later turned on),
@ -330,7 +330,7 @@ Note that because of security concerns, it is wisest to not run
.Nm
routinely with tracing directed to a file.
.It Fl v
display and logs the version of daemon.
displays and logs the version of daemon.
.It Fl F Ar net[/mask][,metric]
minimize routes in transmissions via interfaces with addresses that match
.Em net/mask ,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ate.4,v 1.5 2001/09/11 17:39:01 wiz Exp $
.\" $NetBSD: ate.4,v 1.6 2002/05/12 15:48:38 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -60,7 +60,7 @@ Supported boards include:
.Pp
.Bl -tag -width xxxx -offset indent
.It Tn Allied-Telesis AT1700T/AT1700BT/AT1700FT/AT1700AT
.It Tn Allied-Telesus AT1720T/AT1720BT/AT1720FT/AT1720AT
.It Tn Allied-Telesis AT1720T/AT1720BT/AT1720FT/AT1720AT
.It Tn Allied-Telesis RE2000 series
.El
.Sh SEE ALSO

View File

@ -1,4 +1,4 @@
.\" $NetBSD: route.4,v 1.11 2002/02/13 08:17:45 ross Exp $
.\" $NetBSD: route.4,v 1.12 2002/05/12 15:48:38 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -61,7 +61,7 @@ used in earlier releases.
Routing table changes may only be carried out by the super user.
.Pp
The operating system may spontaneously emit routing messages in response
to external events, such as receipt of a re-direct, or failure to
to external events, such as receipt of a redirect, or failure to
locate a suitable route for a request.
The message types are described in greater detail below.
.Pp
@ -93,7 +93,7 @@ A route to a host is regarded as being supplied with a mask of
as many ones as there are bits in the destination).
If no entry is found, the destination is declared to be unreachable,
and a routing\-miss message is generated if there are any
listers on the routing control socket described below.
listeners on the routing control socket described below.
.Pp
A wildcard routing entry is specified with a zero
destination address value, and a mask of all zeroes.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mbuf.9,v 1.21 2002/02/13 08:18:45 ross Exp $
.\" $NetBSD: mbuf.9,v 1.22 2002/05/12 15:48:38 wiz Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -99,7 +99,7 @@
.Ft struct mbuf *
.Fn m_prepend "struct mbuf *m" "int len" "int how"
.Ft struct mbuf *
.Fn m_pulldown "struct mbuf *n" "int off" "int len" "int *offp"
.Fn m_pulldown "struct mbuf *m" "int off" "int len" "int *offp"
.Ft struct mbuf *
.Fn m_pullup "struct mbuf *n" "int len"
.Ft struct mbuf *
@ -364,7 +364,7 @@ The
parameter is a choice of
.Dv M_WAIT / M_DONTWAIT
from caller.
.It Fn m_pulldown "struct mbuf *n" "int off" "int len" "int *offp"
.It Fn m_pulldown "struct mbuf *m" "int off" "int len" "int *offp"
Rearranges an mbuf chain so that
.Fa len
bytes from offset

View File

@ -1,4 +1,4 @@
/* $NetBSD: elinkxl.c,v 1.62 2002/04/06 19:28:01 mhitch Exp $ */
/* $NetBSD: elinkxl.c,v 1.63 2002/05/12 15:48:38 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: elinkxl.c,v 1.62 2002/04/06 19:28:01 mhitch Exp $");
__KERNEL_RCSID(0, "$NetBSD: elinkxl.c,v 1.63 2002/05/12 15:48:38 wiz Exp $");
#include "bpfilter.h"
#include "rnd.h"
@ -1047,7 +1047,7 @@ ex_start(ifp)
dpd->dpd_nextptr = 0;
dpd->dpd_fsh = htole32(totlen);
/* Byte-swap constants to compiler can optimize. */
/* Byte-swap constants so compiler can optimize. */
if (sc->ex_conf & EX_CONF_90XB) {
csum_flags = 0;

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_input.c,v 1.148 2002/05/07 02:59:38 matt Exp $ */
/* $NetBSD: ip_input.c,v 1.149 2002/05/12 15:48:39 wiz Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -102,7 +102,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.148 2002/05/07 02:59:38 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.149 2002/05/12 15:48:39 wiz Exp $");
#include "opt_gateway.h"
#include "opt_pfil_hooks.h"
@ -225,7 +225,7 @@ ipq_lock_try()
int s;
/*
* Use splvm() -- we're bloking things that would cause
* Use splvm() -- we're blocking things that would cause
* mbuf allocation.
*/
s = splvm();
@ -509,7 +509,7 @@ ip_input(struct mbuf *m)
}
#ifdef IPSEC
/* ipflow (IP fast fowarding) is not compatible with IPsec. */
/* ipflow (IP fast forwarding) is not compatible with IPsec. */
m->m_flags &= ~M_CANFASTFWD;
#else
/*
@ -1679,7 +1679,7 @@ ip_forward(m, srcrt)
* a router should not generate ICMP_SOURCEQUENCH as
* required in RFC1812 Requirements for IP Version 4 Routers.
* source quench could be a big problem under DoS attacks,
* or the underlying interface is rate-limited.
* or if the underlying interface is rate-limited.
*/
if (mcopy)
m_freem(mcopy);

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip6_input.c,v 1.51 2001/12/22 01:40:03 itojun Exp $ */
/* $NetBSD: ip6_input.c,v 1.52 2002/05/12 15:48:39 wiz Exp $ */
/* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */
/*
@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ip6_input.c,v 1.51 2001/12/22 01:40:03 itojun Exp $");
__KERNEL_RCSID(0, "$NetBSD: ip6_input.c,v 1.52 2002/05/12 15:48:39 wiz Exp $");
#include "opt_inet.h"
#include "opt_ipsec.h"
@ -357,7 +357,7 @@ ip6_input(m)
* support IPv4-less kernel compilation, we cannot support SIIT
* environment at all. So, it makes more sense for us to reject any
* malicious packets for non-SIIT environment, than try to do a
* partical support for SIIT environment.
* partial support for SIIT environment.
*/
if (IN6_IS_ADDR_V4MAPPED(&ip6->ip6_src) ||
IN6_IS_ADDR_V4MAPPED(&ip6->ip6_dst)) {