cpupower: use man(1) when calling "cpupower help subcommand"
Instead of printing something non-formatted to stdout, call man(1) to show the man page for the proper subcommand. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Este commit está contenido en:
@@ -1,10 +1,10 @@
|
||||
.TH "cpufreq-info" "1" "0.1" "Mattia Dongili" ""
|
||||
.TH "cpupower-frequency-info" "1" "0.1" "Mattia Dongili" ""
|
||||
.SH "NAME"
|
||||
.LP
|
||||
cpufreq\-info \- Utility to retrieve cpufreq kernel information
|
||||
cpupower frequency\-info \- Utility to retrieve cpufreq kernel information
|
||||
.SH "SYNTAX"
|
||||
.LP
|
||||
cpufreq\-info [\fIoptions\fP]
|
||||
cpupower [ \-c cpulist ] frequency\-info [\fIoptions\fP]
|
||||
.SH "DESCRIPTION"
|
||||
.LP
|
||||
A small tool which prints out cpufreq information helpful to developers and interested users.
|
||||
|
@@ -1,13 +1,13 @@
|
||||
.TH "cpufreq-set" "1" "0.1" "Mattia Dongili" ""
|
||||
.TH "cpupower-freqency-set" "1" "0.1" "Mattia Dongili" ""
|
||||
.SH "NAME"
|
||||
.LP
|
||||
cpufreq\-set \- A small tool which allows to modify cpufreq settings.
|
||||
cpupower frequency\-set \- A small tool which allows to modify cpufreq settings.
|
||||
.SH "SYNTAX"
|
||||
.LP
|
||||
cpufreq\-set [\fIoptions\fP]
|
||||
cpupower [ \-c cpu ] frequency\-set [\fIoptions\fP]
|
||||
.SH "DESCRIPTION"
|
||||
.LP
|
||||
cpufreq\-set allows you to modify cpufreq settings without having to type e.g. "/sys/devices/system/cpu/cpu0/cpufreq/scaling_set_speed" all the time.
|
||||
cpupower frequency\-set allows you to modify cpufreq settings without having to type e.g. "/sys/devices/system/cpu/cpu0/cpufreq/scaling_set_speed" all the time.
|
||||
.SH "OPTIONS"
|
||||
.LP
|
||||
.TP
|
||||
|
@@ -3,7 +3,7 @@
|
||||
cpupower \- Shows and sets processor power related values
|
||||
.SH SYNOPSIS
|
||||
.ft B
|
||||
.B cpupower [ \-c cpulist ] subcommand [ARGS]
|
||||
.B cpupower [ \-c cpulist ] <command> [ARGS]
|
||||
|
||||
.B cpupower \-v|\-\-version
|
||||
|
||||
@@ -13,24 +13,24 @@ cpupower \- Shows and sets processor power related values
|
||||
\fBcpupower \fP is a collection of tools to examine and tune power saving
|
||||
related features of your processor.
|
||||
|
||||
The manpages of the subcommands (cpupower\-<subcommand>(1)) provide detailed
|
||||
The manpages of the commands (cpupower\-<command>(1)) provide detailed
|
||||
descriptions of supported features. Run \fBcpupower help\fP to get an overview
|
||||
of supported subcommands.
|
||||
of supported commands.
|
||||
|
||||
.SH Options
|
||||
.PP
|
||||
\-\-help, \-h
|
||||
.RS 4
|
||||
Shows supported subcommands and general usage.
|
||||
Shows supported commands and general usage.
|
||||
.RE
|
||||
.PP
|
||||
\-\-cpu cpulist, \-c cpulist
|
||||
.RS 4
|
||||
Only show or set values for specific cores.
|
||||
This option is not supported by all subcommands, details can be found in the
|
||||
manpages of the subcommands.
|
||||
This option is not supported by all commands, details can be found in the
|
||||
manpages of the commands.
|
||||
|
||||
Some subcommands access all cores (typically the *\-set commands), some only
|
||||
Some commands access all cores (typically the *\-set commands), some only
|
||||
the first core (typically the *\-info commands) by default.
|
||||
|
||||
The syntax for <cpulist> is based on how the kernel exports CPU bitmasks via
|
||||
|
Referencia en una nueva incidencia
Block a user