diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-11-12 00:22:56 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-11-12 00:22:56 +0100 |
commit | f57ab32a843690fe7431ebb3a2f461e689a2e3c7 (patch) | |
tree | b1316569e599668d1dd028297b569fe2ef75f651 /tools/power/cpupower/man/cpupower-idle-set.1 | |
parent | f6f18a261c1748973e9aac529ed81bb4abd9f120 (diff) | |
parent | 89ba7d8c22acb43e318ca1c82e25c8b75ef7a7b2 (diff) | |
download | linux-f57ab32a843690fe7431ebb3a2f461e689a2e3c7.tar.gz linux-f57ab32a843690fe7431ebb3a2f461e689a2e3c7.tar.bz2 linux-f57ab32a843690fe7431ebb3a2f461e689a2e3c7.zip |
Merge branch 'pm-tools'
* pm-tools:
Creating a common structure initialization pattern for struct option
cpupower: Enable disabled Cstates if they are below max latency
cpupower: Remove debug message when using cpupower idle-set -D switch
cpupower: cpupower monitor reports uninitialized values for offline cpus
tools/power turbostat: bugfix: print MAX_NON_TURBO_RATIO
tools/power turbostat: simplify Bzy_MHz calculation
Diffstat (limited to 'tools/power/cpupower/man/cpupower-idle-set.1')
-rw-r--r-- | tools/power/cpupower/man/cpupower-idle-set.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/power/cpupower/man/cpupower-idle-set.1 b/tools/power/cpupower/man/cpupower-idle-set.1 index 3e6799d7a79f..580c4e3ea92a 100644 --- a/tools/power/cpupower/man/cpupower-idle-set.1 +++ b/tools/power/cpupower/man/cpupower-idle-set.1 @@ -20,7 +20,9 @@ Disable a specific processor sleep state. Enable a specific processor sleep state. .TP \fB\-D\fR \fB\-\-disable-by-latency\fR <LATENCY> -Disable all idle states with a equal or higher latency than <LATENCY> +Disable all idle states with a equal or higher latency than <LATENCY>. + +Enable all idle states with a latency lower than <LATENCY>. .TP \fB\-E\fR \fB\-\-enable-all\fR Enable all idle states if not enabled already. |