summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.1
diff options
context:
space:
mode:
authorHeiko Carstens2016-06-22 09:26:01 +0200
committerKarel Zak2016-06-24 10:54:09 +0200
commitbfbe985eb456c43825454d72ce6f37bf16a2b719 (patch)
tree2eb17b23c27eee49baf397c18e98f0f4f5804897 /sys-utils/lscpu.1
parentlscpu: update s390-lpar-drawer testcase (diff)
downloadkernel-qcow2-util-linux-bfbe985eb456c43825454d72ce6f37bf16a2b719.tar.gz
kernel-qcow2-util-linux-bfbe985eb456c43825454d72ce6f37bf16a2b719.tar.xz
kernel-qcow2-util-linux-bfbe985eb456c43825454d72ce6f37bf16a2b719.zip
lscpu: fix MMHZ column entry within man page
The indentation for the MMHZ column within the man page is wrong. Also there doesn't exist any column with the name MMHZ. The correct names would be MAXMHZ and MINMHZ. Therefore rename MMHZ to MAXMHZ and add the missong MINMHZ entry. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'sys-utils/lscpu.1')
-rw-r--r--sys-utils/lscpu.19
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-utils/lscpu.1 b/sys-utils/lscpu.1
index 167567fa9..ffe18db63 100644
--- a/sys-utils/lscpu.1
+++ b/sys-utils/lscpu.1
@@ -87,12 +87,15 @@ The workload is concentrated on few CPUs.
For vertical polarization, the column also shows the degree of concentration,
high, medium, or low. This column contains data only if your hardware system
and hypervisor support CPU polarization.
+.RE
.TP
-.B MMHZ
-Maximum megahertz value for the cpu. Useful when lscpu is used as hardware
+.B MAXMHZ
+Maximum megahertz value for the CPU. Useful when lscpu is used as hardware
inventory information gathering tool. Notice that the megahertz value is
dynamic, and driven by CPU governor depending on current resource need.
-.RE
+.TP
+.B MINMHZ
+Minimum megahertz value for the CPU.
.SH OPTIONS
.TP
.BR \-a , " \-\-all"