]> granicus.if.org Git - sysstat/commitdiff
Update iostat manual page
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 11 Jul 2015 13:54:07 +0000 (15:54 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 11 Jul 2015 13:54:07 +0000 (15:54 +0200)
Update iostat manual page to indicate that option -T has been replaced
by -H.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
man/iostat.in

index 43153a589d6087720c4fd71809a31334c5c4a4f9..a1e268d0d071e18b28063376c0ce5422bf309fa2 100644 (file)
@@ -1,4 +1,4 @@
-.TH IOSTAT 1 "NOVEMBER 2014" Linux "Linux User's Manual" -*- nroff -*-
+.TH IOSTAT 1 "JULY 2015" Linux "Linux User's Manual" -*- nroff -*-
 .SH NAME
 iostat \- Report Central Processing Unit (CPU) statistics and input/output
 statistics for devices and partitions.
@@ -6,7 +6,7 @@ statistics for devices and partitions.
 .ie 'yes'@WITH_DEBUG@' \{
 .B iostat [ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [ -y ] [ -z ]
 .B [ -j { ID | LABEL | PATH | UUID | ... } ]
-.B [ [ -T ] -g
+.B [ [ -H ] -g
 .I group_name
 .B ] [ -p [
 .I device
@@ -21,7 +21,7 @@ statistics for devices and partitions.
 .el \{
 .B iostat [ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [ -y ] [ -z ]
 .B [ -j { ID | LABEL | PATH | UUID | ... } ]
-.B [ [ -T ] -g
+.B [ [ -H ] -g
 .I group_name
 .B ] [ -p [
 .I device
@@ -304,6 +304,10 @@ only prerequisite is that directory with required persistent names is present in
 .IR /dev/disk .
 Optionally, multiple devices can be specified in the chosen persistent name type.
 Because persistent device names are usually long, option
+.IP -H
+This option must be used with option -g and indicates that only global
+statistics for the group are to be displayed, and not statistics for
+individual devices in the group.
 .B -h
 is enabled implicitly with this option.
 .IP -k
@@ -325,10 +329,6 @@ never been used. If option
 .B -j
 is defined before this option, devices entered on the command line can be
 specified with the chosen persistent name type.
-.IP -T
-This option must be used with option -g and indicates that only global
-statistics for the group are to be displayed, and not statistics for
-individual devices in the group.
 .IP -t
 Print the time for each report displayed. The timestamp format may depend
 on the value of the S_TIME_FORMAT environment variable (see below).