Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Spelling fixes, from Sergey Svishchev in kern/16650.
details: https://anonhg.NetBSD.org/src/rev/ece3418b53f3
branches: trunk
changeset: 526836:ece3418b53f3
user: wiz <wiz%NetBSD.org@localhost>
date: Sun May 12 15:48:36 2002 +0000
description:
Spelling fixes, from Sergey Svishchev in kern/16650.
diffstat:
dist/dhcp/relay/dhcrelay.8 | 2 +-
dist/ipf/man/ipnat.4 | 4 ++--
lib/libc/sys/adjtime.2 | 4 ++--
sbin/routed/routed.8 | 6 +++---
share/man/man4/ate.4 | 4 ++--
share/man/man4/route.4 | 6 +++---
share/man/man9/mbuf.9 | 6 +++---
sys/dev/ic/elinkxl.c | 6 +++---
sys/netinet/ip_input.c | 10 +++++-----
sys/netinet6/ip6_input.c | 6 +++---
10 files changed, 27 insertions(+), 27 deletions(-)
diffs (246 lines):
diff -r c028a3284362 -r ece3418b53f3 dist/dhcp/relay/dhcrelay.8
--- a/dist/dhcp/relay/dhcrelay.8 Sun May 12 15:18:27 2002 +0000
+++ b/dist/dhcp/relay/dhcrelay.8 Sun May 12 15:48:36 2002 +0000
@@ -136,7 +136,7 @@
.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.
diff -r c028a3284362 -r ece3418b53f3 dist/ipf/man/ipnat.4
--- a/dist/ipf/man/ipnat.4 Sun May 12 15:18:27 2002 +0000
+++ b/dist/ipf/man/ipnat.4 Sun May 12 15:48:36 2002 +0000
@@ -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 @@
(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 {
diff -r c028a3284362 -r ece3418b53f3 lib/libc/sys/adjtime.2
--- a/lib/libc/sys/adjtime.2 Sun May 12 15:18:27 2002 +0000
+++ b/lib/libc/sys/adjtime.2 Sun May 12 15:48:36 2002 +0000
@@ -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 @@
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
diff -r c028a3284362 -r ece3418b53f3 sbin/routed/routed.8
--- a/sbin/routed/routed.8 Sun May 12 15:18:27 2002 +0000
+++ b/sbin/routed/routed.8 Sun May 12 15:48:36 2002 +0000
@@ -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 @@
.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 @@
.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 ,
diff -r c028a3284362 -r ece3418b53f3 share/man/man4/ate.4
--- a/share/man/man4/ate.4 Sun May 12 15:18:27 2002 +0000
+++ b/share/man/man4/ate.4 Sun May 12 15:48:36 2002 +0000
@@ -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 @@
.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
diff -r c028a3284362 -r ece3418b53f3 share/man/man4/route.4
--- a/share/man/man4/route.4 Sun May 12 15:18:27 2002 +0000
+++ b/share/man/man4/route.4 Sun May 12 15:48:36 2002 +0000
@@ -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 @@
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 @@
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.
diff -r c028a3284362 -r ece3418b53f3 share/man/man9/mbuf.9
--- a/share/man/man9/mbuf.9 Sun May 12 15:18:27 2002 +0000
+++ b/share/man/man9/mbuf.9 Sun May 12 15:48:36 2002 +0000
@@ -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 @@
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
diff -r c028a3284362 -r ece3418b53f3 sys/dev/ic/elinkxl.c
--- a/sys/dev/ic/elinkxl.c Sun May 12 15:18:27 2002 +0000
+++ b/sys/dev/ic/elinkxl.c Sun May 12 15:48:36 2002 +0000
@@ -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 @@
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;
diff -r c028a3284362 -r ece3418b53f3 sys/netinet/ip_input.c
--- a/sys/netinet/ip_input.c Sun May 12 15:18:27 2002 +0000
+++ b/sys/netinet/ip_input.c Sun May 12 15:48:36 2002 +0000
@@ -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 @@
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 @@
}
#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 @@
* 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);
diff -r c028a3284362 -r ece3418b53f3 sys/netinet6/ip6_input.c
--- a/sys/netinet6/ip6_input.c Sun May 12 15:18:27 2002 +0000
+++ b/sys/netinet6/ip6_input.c Sun May 12 15:48:36 2002 +0000
@@ -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 @@
* 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)) {
Home |
Main Index |
Thread Index |
Old Index