From: Sebastien Godard Date: Sat, 11 Dec 2010 14:18:19 +0000 (+0100) Subject: [Kenichi Okuyama]: Small change to sar manual page. X-Git-Tag: v9.1.7~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cdc73182aa81dbc9d732b8eacef247a876d2172;p=sysstat [Kenichi Okuyama]: Small change to sar manual page. Kenichi Okuyama 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. --- diff --git a/CHANGES b/CHANGES index 9b97825..04153df 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,7 @@ xxxx/xx/xx: Version 9.1.7 - Sebastien Godard (sysstat 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. diff --git a/man/sar.in b/man/sar.in index 6786c3d..7826f95 100644 --- a/man/sar.in +++ b/man/sar.in @@ -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