diff options
author | Jan Kratochvil <jan@jankratochvil.net> | 2024-02-12 16:32:56 +0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2024-03-06 19:27:57 +0300 |
commit | a114d9f1f2cf4896d838ab0a9c30a75411736829 (patch) | |
tree | a2f3aa996892818987e98f174f71deae56741937 /tools/power/cpupower | |
parent | b401b621758e46812da61fa58a67c3fd8d91de0d (diff) | |
download | linux-a114d9f1f2cf4896d838ab0a9c30a75411736829.tar.xz |
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>
Diffstat (limited to 'tools/power/cpupower')
-rw-r--r-- | tools/power/cpupower/man/cpupower-frequency-info.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/cpupower/man/cpupower-frequency-info.1 b/tools/power/cpupower/man/cpupower-frequency-info.1 index dd545b499480..47fdd7218748 100644 --- a/tools/power/cpupower/man/cpupower-frequency-info.1 +++ b/tools/power/cpupower/man/cpupower-frequency-info.1 @@ -32,7 +32,7 @@ Gets the currently used cpufreq policy. \fB\-g\fR \fB\-\-governors\fR Determines available cpufreq governors. .TP -\fB\-a\fR \fB\-\-related\-cpus\fR +\fB\-r\fR \fB\-\-related\-cpus\fR Determines which CPUs run at the same hardware frequency. .TP \fB\-a\fR \fB\-\-affected\-cpus\fR |