2021-07-16 20:02:18

by Andreas Rammhold

[permalink] [raw]
Subject: [PATCH] tools: cpupower: fix typo in cpupower-idle-set(1) manpage

From: Andreas Rammhold <[email protected]>

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 <[email protected]>
---
tools/power/cpupower/man/cpupower-idle-set.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.32.0


2021-07-22 16:14:28

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH] tools: cpupower: fix typo in cpupower-idle-set(1) manpage

On 7/16/21 2:00 PM, [email protected] wrote:
> From: Andreas Rammhold <[email protected]>
>
> 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 <[email protected]>
> ---
> tools/power/cpupower/man/cpupower-idle-set.1 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
>

Thank you. Applied to

git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git cpupower

This patch will be included in my next cpupower pull request to Rafael.

thanks,
-- Shuah