Skip to content

Commit 8bbd81d

Browse files
r-riccishuahkh
authored andcommitted
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>
1 parent ed29468 commit 8bbd81d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

tools/power/cpupower/man/cpupower-info.1

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cpupower\-info \- Shows processor power related kernel or hardware configurations
44
.SH SYNOPSIS
55
.ft B
6-
.B cpupower info [ \-b ]
6+
.B cpupower info [\fIoptions\fP]
77

88
.SH DESCRIPTION
99
\fBcpupower info \fP shows kernel configurations or processor hardware
@@ -13,6 +13,13 @@ Some options are platform wide, some affect single cores. By default values
1313
of core zero are displayed only. cpupower --cpu all cpuinfo will show the
1414
settings of all cores, see cpupower(1) how to choose specific cores.
1515

16+
.SH "OPTIONS"
17+
.LP
18+
.TP
19+
\fB\-b\fR \fB\-\-perf-bias\fR
20+
Gets the current performance bias value.
21+
.TP
22+
1623
.SH "SEE ALSO"
1724
Options are described in detail in:
1825

0 commit comments

Comments
 (0)