From nobody@FreeBSD.org  Thu May 10 10:26:34 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 2F02337B422
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 May 2001 10:26:33 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f4AHQX228022;
	Thu, 10 May 2001 10:26:33 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200105101726.f4AHQX228022@freefall.freebsd.org>
Date: Thu, 10 May 2001 10:26:33 -0700 (PDT)
From: pekkas@netcore.fi
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH]: netstat -s typos
X-Send-Pr-Version: www-1.0

>Number:         27251
>Category:       misc
>Synopsis:       [PATCH]: netstat -s typos
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 10 10:30:00 PDT 2001
>Closed-Date:    Mon Jun 11 20:28:14 PDT 2001
>Last-Modified:  Mon Jun 11 20:28:23 PDT 2001
>Originator:     Pekka Savola
>Release:        4.3-S
>Organization:
Netcore
>Environment:
Exists in HEAD too.
>Description:
a few typos.
>How-To-Repeat:
netstat -s

>Fix:
--- usr.bin/netstat/inet6.c        Mon Mar 19 10:51:56 2001
+++ usr.bin/netstat/inet6.c     Thu May 10 20:21:23 2001
@@ -680,9 +680,9 @@
        "multicast listener report",
        "multicast listener done",
        "router solicitation",
-       "router advertisment",
+       "router advertisement",
        "neighbor solicitation",
-       "neighbor advertisment",
+       "neighbor advertisement",
        "redirect",
        "router renumbering",
        "node information request",
@@ -851,7 +851,7 @@
                        printf("\t\t%s: %llu\n", icmp6names[i],
                            (unsigned long long)icmp6stat.icp6s_inhist[i]);
                }
-       printf("\tHistgram of error messages to be generated:\n");
+       printf("\tHistogram of error messages to be generated:\n");
        p_5(icp6s_odst_unreach_noroute, "\t\t%llu no route\n");
        p_5(icp6s_odst_unreach_admin, "\t\t%llu administratively prohibited\n");
        p_5(icp6s_odst_unreach_beyondscope, "\t\t%llu beyond scope\n");

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: dd 
State-Changed-When: Thu May 31 19:28:20 PDT 2001 
State-Changed-Why:  
Committed to -current, thanks! 


Responsible-Changed-From-To: freebsd-bugs->dd 
Responsible-Changed-By: dd 
Responsible-Changed-When: Thu May 31 19:28:20 PDT 2001 
Responsible-Changed-Why:  
My MFC reminder. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27251 
State-Changed-From-To: analyzed->closed 
State-Changed-By: dd 
State-Changed-When: Mon Jun 11 20:28:14 PDT 2001 
State-Changed-Why:  
MFC'd 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27251 
>Unformatted:
