mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	cpupower: Remove absent 'v' parameter from monitor man page
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> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
		
							parent
							
								
									3dbc921479
								
							
						
					
					
						commit
						a286db937e
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		|  | @ -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" | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Roman Storozhenko
						Roman Storozhenko