diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2011-08-06 20:11:43 +0400 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2011-08-19 19:13:56 +0400 |
commit | 498ca793d90aef8ad38a852a969c257f62832738 (patch) | |
tree | a438621de8b6921c2749a2e5d68f34428f25d37f /tools/power/cpupower/man/cpupower-frequency-info.1 | |
parent | 47c336307a3680cfdf4adbe718d79f3fe66702ea (diff) | |
download | linux-498ca793d90aef8ad38a852a969c257f62832738.tar.xz |
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>
Diffstat (limited to 'tools/power/cpupower/man/cpupower-frequency-info.1')
-rw-r--r-- | tools/power/cpupower/man/cpupower-frequency-info.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/power/cpupower/man/cpupower-frequency-info.1 b/tools/power/cpupower/man/cpupower-frequency-info.1 index 3194811d58f5..bb60a8d1e45a 100644 --- a/tools/power/cpupower/man/cpupower-frequency-info.1 +++ b/tools/power/cpupower/man/cpupower-frequency-info.1 @@ -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. |