From: Andi Kleen Date: Sun, 28 Apr 2002 15:41:01 +0000 (+0000) Subject: Fix some counter descriptions. X-Git-Tag: upstream/1.99_20121209git~202 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d807bcbf1f8da8475d224d4e0975aa0a60465e69;p=platform%2Fupstream%2Fnet-tools.git Fix some counter descriptions. Noted by Jamal Hadi. --- diff --git a/statistics.c b/statistics.c index 8f825c3..71e9a19 100644 --- a/statistics.c +++ b/statistics.c @@ -1,6 +1,6 @@ /* * Copyright 1997,1999,2000 Andi Kleen. Subject to the GPL. - * $Id: statistics.c,v 1.16 2001/10/24 11:57:05 ak Exp $ + * $Id: statistics.c,v 1.17 2002/04/28 15:41:01 ak Exp $ * 19980630 - i18n - Arnaldo Carvalho de Melo * 19981113 - i18n fixes - Arnaldo Carvalho de Melo * 19990101 - added net/netstat, -t, -u, -w supprt - Bernd Eckenfels @@ -175,9 +175,9 @@ struct entry Tcpexttab[] = { "ListenDrops", N_("%u SYNs to LISTEN sockets ignored"), opt_number }, { "TCPPrequeued", N_("%u packets directly queued to recvmsg prequeue."), opt_number }, - { "TCPDirectCopyFromBacklog", N_("%u packets directly received" + { "TCPDirectCopyFromBacklog", N_("%u of bytes directly received" " from backlog"), opt_number }, - { "TCPDirectCopyFromPrequeue", N_("%u packets directly received" + { "TCPDirectCopyFromPrequeue", N_("%u of bytes directly received" " from prequeue"), opt_number }, { "TCPPrequeueDropped", N_("%u packets dropped from prequeue"), opt_number }, { "TCPHPHits", N_("%u packet headers predicted"), number },