]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cpupower-info.1: describe the --perf-bias option
authorRoberto Ricci <io@r-ricci.it>
Tue, 24 Mar 2026 22:39:04 +0000 (23:39 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 25 Mar 2026 19:36:11 +0000 (13:36 -0600)
commit8bbd81ddbe174aa8488db7971fe2717cb636a46c
treef07cdb447c9b2964c40167bf373bae859a834bc8
parented2946802bad2ec997383d22edfc14ae44245183
cpupower-info.1: describe the --perf-bias option

The cpupower-info(1) man page only mentions the short form of the
'--perf-bias' option in the synopsys, but the long form is not documented
and its effect is not explained.

cpupower-info.c:
     {"perf-bias", optional_argument, NULL, 'b'},

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