1
0
Fork 0
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:
Max Xu 2018-01-08 16:27:05 +08:00 committed by Agniva De Sarker
parent ed3334f048
commit 0ab26f049c

View file

@ -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`