Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2001 10:26:33 -0700 (PDT)
From:      pekkas@netcore.fi
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/27251: [PATCH]: netstat -s typos
Message-ID:  <200105101726.f4AHQX228022@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         27251
>Category:       misc
>Synopsis:       [PATCH]: netstat -s typos
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 10 10:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105101726.f4AHQX228022>