=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/inet6.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/netstat/inet6.c 1999/12/30 20:31:31 1.2 +++ src/usr.bin/netstat/inet6.c 2000/01/05 00:07:08 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: inet6.c,v 1.2 1999/12/30 20:31:31 deraadt Exp $ */ +/* $OpenBSD: inet6.c,v 1.3 2000/01/05 00:07:08 itojun Exp $ */ /* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */ /* * Copyright (c) 1983, 1988, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)inet.c 8.4 (Berkeley) 4/20/94"; #else -/*__RCSID("$OpenBSD: inet6.c,v 1.2 1999/12/30 20:31:31 deraadt Exp $");*/ +/*__RCSID("$OpenBSD: inet6.c,v 1.3 2000/01/05 00:07:08 itojun Exp $");*/ /*__RCSID("KAME Id: inet6.c,v 1.4 1999/12/02 04:47:27 itojun Exp");*/ #endif #endif /* not lint */ @@ -481,7 +481,7 @@ for (first = 1, i = 0; i < 256; i++) if (ip6stat.ip6s_nxthist[i] != 0) { if (first) { - printf("\tInput histogram:\n"); + printf("\tInput packet histogram:\n"); first = 0; } printf("\t\t%s: %qu\n", ip6nh[i], @@ -850,7 +850,7 @@ for (first = 1, i = 0; i < 256; i++) if (icmp6stat.icp6s_outhist[i] != 0) { if (first) { - printf("\tOutput histogram:\n"); + printf("\tOutput packet histogram:\n"); first = 0; } printf("\t\t%s: %qu\n", icmp6names[i], @@ -863,7 +863,7 @@ for (first = 1, i = 0; i < ICMP6_MAXTYPE; i++) if (icmp6stat.icp6s_inhist[i] != 0) { if (first) { - printf("\tInput histogram:\n"); + printf("\tInput packet histogram:\n"); first = 0; } printf("\t\t%s: %qu\n", icmp6names[i],