aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Kleen <andi@firstfloor.org>2002-04-28 15:41:01 +0000
committerAndi Kleen <andi@firstfloor.org>2002-04-28 15:41:01 +0000
commitd807bcbf1f8da8475d224d4e0975aa0a60465e69 (patch)
treecdc228501f4006a5ce9190d5b5f6b29ffbd7eaf9 /statistics.c
parentexport procnetdev_version, get_dev_fields, get_name from (diff)
downloadnet-tools-d807bcbf1f8da8475d224d4e0975aa0a60465e69.tar.gz
net-tools-d807bcbf1f8da8475d224d4e0975aa0a60465e69.tar.bz2
net-tools-d807bcbf1f8da8475d224d4e0975aa0a60465e69.zip
Fix some counter descriptions.
Noted by Jamal Hadi.
Diffstat (limited to 'statistics.c')
-rw-r--r--statistics.c6
1 files changed, 3 insertions, 3 deletions
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 <acme@conectiva.com.br>
* 19981113 - i18n fixes - Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* 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 },