Message ID | 20240619-change-mon-format-v2-1-6bcffbad2c06@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Shuah Khan |
Headers | show |
Series | [v2] cpupower: Remove absent 'v' parameter from monitor man page | expand |
On 6/19/24 00:47, Roman Storozhenko wrote: > Remove not supported '-v' parameter from the cpupower's 'monitor' > command description. > There is a '-v' parameter described in cpupower's 'monitor' command man > page. It isn't supported at the moment, and perhaps has never been > supported. When I run the monitor with this parameter I get the > following: > > $ sudo LD_LIBRARY_PATH=lib64/ bin/cpupower monitor -v > monitor: invalid option -- 'v' > invalid or unknown argument > $ sudo LD_LIBRARY_PATH=lib64/ bin/cpupower monitor -V > monitor: invalid option -- 'V' > invalid or unknown argument > > Signed-off-by: Roman Storozhenko <romeusmeister@gmail.com> > --- > Changes in v2: > - Moved the detailed description from the cover letter to the commit > - Link to v1: https://lore.kernel.org/r/20240618-change-mon-format-v1-1-efa263a8e286@gmail.com > --- Applied for Linux 6.11-rc1 https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git/log/?h=cpupower thanks, -- Shuah
diff --git a/tools/power/cpupower/man/cpupower-monitor.1 b/tools/power/cpupower/man/cpupower-monitor.1 index 8ee737eefa5c..991f931cfc38 100644 --- a/tools/power/cpupower/man/cpupower-monitor.1 +++ b/tools/power/cpupower/man/cpupower-monitor.1 @@ -81,11 +81,6 @@ Measure idle and frequency characteristics of an arbitrary command/workload. The executable \fBcommand\fP is forked and upon its exit, statistics gathered since it was forked are displayed. .RE -.PP -\-v -.RS 4 -Increase verbosity if the binary was compiled with the DEBUG option set. -.RE .SH MONITOR DESCRIPTIONS .SS "Idle_Stats"
Remove not supported '-v' parameter from the cpupower's 'monitor' command description. There is a '-v' parameter described in cpupower's 'monitor' command man page. It isn't supported at the moment, and perhaps has never been supported. When I run the monitor with this parameter I get the following: $ sudo LD_LIBRARY_PATH=lib64/ bin/cpupower monitor -v monitor: invalid option -- 'v' invalid or unknown argument $ sudo LD_LIBRARY_PATH=lib64/ bin/cpupower monitor -V monitor: invalid option -- 'V' invalid or unknown argument Signed-off-by: Roman Storozhenko <romeusmeister@gmail.com> --- Changes in v2: - Moved the detailed description from the cover letter to the commit - Link to v1: https://lore.kernel.org/r/20240618-change-mon-format-v1-1-efa263a8e286@gmail.com --- tools/power/cpupower/man/cpupower-monitor.1 | 5 ----- 1 file changed, 5 deletions(-) --- base-commit: 0c52056d9f77508cb6d4d68d3fc91c6c08ec71af change-id: 20240618-change-mon-format-30015761c58e Best regards,