]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cpupower-frequency-info.1: document --boost and --epp options
authorRoberto Ricci <io@r-ricci.it>
Tue, 24 Mar 2026 22:39:03 +0000 (23:39 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 25 Mar 2026 19:36:11 +0000 (13:36 -0600)
commited2946802bad2ec997383d22edfc14ae44245183
tree24f5bd6762c82bc3a872fdb9432019e5e2c3a3d0
parent10a54e715985baac21bb506f86c5ad1b83a12784
cpupower-frequency-info.1: document --boost and --epp options

`cpupower frequency-info` supports the '--boost' option since the program
was first added with commit 7fe2f6399a84 ("cpupowerutils - cpufrequtils
extended with quite some features"), but the man page lacks it.

'--epp' has been added with commit 5f567afc283f ("cpupower: Add support for
showing energy performance preference") but it has never been added to the
man page.

cpufreq-info.c:
{"boost",  no_argument,  NULL,  'b'},
...
{"epp",  no_argument,  NULL,  'z'},

Signed-off-by: Roberto Ricci <io@r-ricci.it>
Link: https://lore.kernel.org/r/20260324223921.14317-4-io@r-ricci.it
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/power/cpupower/man/cpupower-frequency-info.1