Fix cpupower-frequency-info.1 man page typo
authorJan Kratochvil <jan@jankratochvil.net>
Mon, 12 Feb 2024 13:32:56 +0000 (21:32 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 6 Mar 2024 16:27:57 +0000 (09:27 -0700)
commita114d9f1f2cf4896d838ab0a9c30a75411736829
treea2f3aa996892818987e98f174f71deae56741937
parentb401b621758e46812da61fa58a67c3fd8d91de0d
Fix cpupower-frequency-info.1 man page typo

cpupower-frequency-info.1 man page type is incorrect for
related-cpus. Fix it.

utils/cpufreq-info.c
        {"related-cpus",  no_argument,   NULL,   'r'},
        {"affected-cpus", no_argument,   NULL,   'a'},

Fixed changelog before applying:
Shuah Khan <skhan@linuxfoundation.org>

Signed-off-by: Jan Kratochvil <jan@jankratochvil.net>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/power/cpupower/man/cpupower-frequency-info.1