Subject: kern/16650: A bunch of spelling fixes.
To: None <gnats-bugs@gnats.netbsd.org>
From: None <svs@ropnet.ru>
List: netbsd-bugs
Date: 05/03/2002 18:49:14
>Number:         16650
>Category:       kern
>Synopsis:       A bunch of spelling fixes.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri May 03 18:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Svishchev
>Release:        1.5ZC
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:
Index: dist/dhcp/relay/dhcrelay.8
===================================================================
RCS file: /cvsroot/basesrc/dist/dhcp/relay/dhcrelay.8,v
retrieving revision 1.2
diff -u -r1.2 dhcrelay.8
--- dhcrelay.8	2001/08/03 13:34:09	1.2
+++ dhcrelay.8	2002/04/29 22:17:34
@@ -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.
Index: dist/ipf/man/ipnat.4
===================================================================
RCS file: /cvsroot/basesrc/dist/ipf/man/ipnat.4,v
retrieving revision 1.2
diff -u -r1.2 ipnat.4
--- ipnat.4	2001/03/26 06:11:48	1.2
+++ ipnat.4	2002/04/29 22:17:36
@@ -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   {
Index: lib/libc/sys/adjtime.2
===================================================================
RCS file: /cvsroot/basesrc/lib/libc/sys/adjtime.2,v
retrieving revision 1.13
diff -u -r1.13 adjtime.2
--- adjtime.2	2002/02/08 01:28:16	1.13
+++ adjtime.2	2002/04/29 22:19:39
@@ -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
Index: sbin/routed/routed.8
===================================================================
RCS file: /cvsroot/basesrc/sbin/routed/routed.8,v
retrieving revision 1.36
diff -u -r1.36 routed.8
--- routed.8	2002/02/08 01:30:46	1.36
+++ routed.8	2002/04/29 22:20:03
@@ -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 ,
Index: share/man/man4/ate.4
===================================================================
RCS file: /cvsroot/sharesrc/share/man/man4/ate.4,v
retrieving revision 1.5
diff -u -r1.5 ate.4
--- ate.4	2001/09/11 17:39:01	1.5
+++ ate.4	2002/04/29 22:20:06
@@ -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
Index: share/man/man4/route.4
===================================================================
RCS file: /cvsroot/sharesrc/share/man/man4/route.4,v
retrieving revision 1.11
diff -u -r1.11 route.4
--- route.4	2002/02/13 08:17:45	1.11
+++ route.4	2002/04/29 22:20:07
@@ -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.
Index: share/man/man9/mbuf.9
===================================================================
RCS file: /cvsroot/sharesrc/share/man/man9/mbuf.9,v
retrieving revision 1.21
diff -u -r1.21 mbuf.9
--- mbuf.9	2002/02/13 08:18:45	1.21
+++ mbuf.9	2002/04/29 22:20:13
@@ -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
Index: sys/dev/ic/elinkxl.c
===================================================================
RCS file: /cvsroot/syssrc/sys/dev/ic/elinkxl.c,v
retrieving revision 1.61
diff -u -r1.61 elinkxl.c
--- elinkxl.c	2001/12/28 20:35:46	1.61
+++ elinkxl.c	2002/04/29 22:21:10
@@ -1047,7 +1050,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;
Index: sys/netinet/ip_input.c
===================================================================
RCS file: /cvsroot/syssrc/sys/netinet/ip_input.c,v
retrieving revision 1.146
diff -u -r1.146 ip_input.c
--- ip_input.c	2002/03/08 20:48:43	1.146
+++ ip_input.c	2002/04/29 22:21:53
@@ -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);
Index: sys/netinet6/ip6_input.c
===================================================================
RCS file: /cvsroot/syssrc/sys/netinet6/ip6_input.c,v
retrieving revision 1.51
diff -u -r1.51 ip6_input.c
--- ip6_input.c	2001/12/22 01:40:03	1.51
+++ ip6_input.c	2002/04/29 22:21:56
@@ -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)) {

>Release-Note:
>Audit-Trail:
>Unformatted: