]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu: fix MMHZ column entry within man page
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 22 Jun 2016 07:26:01 +0000 (09:26 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Jun 2016 08:54:09 +0000 (10:54 +0200)
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>
sys-utils/lscpu.1

index 167567fa9be0231d70fd1c579fdf32c2aaee00ad..ffe18db63332c9c2c8aceb2c9757a1de33ba3615 100644 (file)
@@ -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"