diff options
author | Andreas Rammhold <andreas@rammhold.de> | 2021-07-16 22:00:34 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2022-01-24 09:07:11 -0700 |
commit | 9d7c48506518684847bc17d4e3f0a103d83aa5c8 (patch) | |
tree | 9d5142af280781b8300562325e98f789e364163a /tools/power | |
parent | e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff) |
tools: cpupower: fix typo in cpupower-idle-set(1) manpage
The tools name was wrong in the SYNTAX section of the manpage it should
read "idle-set" instead of "idle-info".
Signed-off-by: Andreas Rammhold <andreas@rammhold.de>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/power')
-rw-r--r-- | tools/power/cpupower/man/cpupower-idle-set.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/cpupower/man/cpupower-idle-set.1 b/tools/power/cpupower/man/cpupower-idle-set.1 index 21916cff7516..8cef3c71e19e 100644 --- a/tools/power/cpupower/man/cpupower-idle-set.1 +++ b/tools/power/cpupower/man/cpupower-idle-set.1 @@ -4,7 +4,7 @@ cpupower\-idle\-set \- Utility to set cpu idle state specific kernel options .SH "SYNTAX" .LP -cpupower [ \-c cpulist ] idle\-info [\fIoptions\fP] +cpupower [ \-c cpulist ] idle\-set [\fIoptions\fP] .SH "DESCRIPTION" .LP The cpupower idle\-set subcommand allows to set cpu idle, also called cpu |