]> granicus.if.org Git - sysstat/commitdiff
[Kenichi Okuyama]: Small change to sar manual page.
authorSebastien Godard <sysstat@orange.fr>
Sat, 11 Dec 2010 14:18:19 +0000 (15:18 +0100)
committerSebastien Godard <sysstat@orange.fr>
Sat, 11 Dec 2010 14:18:19 +0000 (15:18 +0100)
Kenichi Okuyama <kenichi.okuyama@gmail.com> noticed that a sentence
in sar manual page was a bit confusing:

     ip-frag
                 Number of IP fragments currently in use.

because unless you are familiar with
Linux Kernel internal, "IP fragments" are not something to be IN USE.
This is really how many elements are there in fragment queues, and
each element of queue is "group of fragmented ip packets", which when
completed, will become single IP packet.
So replace it with:

     ip-frag
                 Number of IP fragments currently in queue.

CHANGES
man/sar.in

diff --git a/CHANGES b/CHANGES
index 9b97825503285f822c5873df5d4a7e2ccee0b5f4..04153df9476951bbdacfb1b95f3d97dc398c000b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,7 @@ xxxx/xx/xx: Version 9.1.7 - Sebastien Godard (sysstat <at> orange.fr)
          variable. nfsiostat default output is expressed in kB/s,
          unless this variable is set (in which case the output is
          expressed in blocks/s).
+       * [Kenichi Okuyama]: Small change to sar manual page.
        * sar manual page updated.
        * Code cleaned.
 
index 6786c3d04d921dc0ba92ccac074c2aa40d93f83e..7826f9504f47c00882121f11becb80952dc886cf 100644 (file)
@@ -715,7 +715,7 @@ Number of RAW sockets currently in use.
 
 .B ip-frag
 .RS
-Number of IP fragments currently in use.
+Number of IP fragments currently in queue.
 .RE
 
 .B tcp-tw