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@xxxxxxxxxx> --- sys-utils/lscpu.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sys-utils/lscpu.1 b/sys-utils/lscpu.1 index 167567fa9be0..ffe18db63332 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" -- 2.6.6 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html