mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 01:15:31 +02:00
cpufreq-info: Update (#1866)
This commit is contained in:
parent
ed3334f048
commit
0ab26f049c
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,11 @@
|
|||
|
||||
`cpufreq-info -c {{cpu_number}}`
|
||||
|
||||
- Show the minimum, maximum CPU frequency and currently used policy in table format:
|
||||
- Show the allowed minimum and maximum CPU frequency:
|
||||
|
||||
`cpufreq-info -l`
|
||||
|
||||
- Show the current minimum and maximum CPU frequency and policy in table format:
|
||||
|
||||
`cpufreq-info -o`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue