summaryrefslogtreecommitdiff
path: root/tools/power/cpupower/man/cpupower-idle-set.1
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-11-11 23:22:56 (GMT)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-11-11 23:22:56 (GMT)
commitf57ab32a843690fe7431ebb3a2f461e689a2e3c7 (patch)
treeb1316569e599668d1dd028297b569fe2ef75f651 /tools/power/cpupower/man/cpupower-idle-set.1
parentf6f18a261c1748973e9aac529ed81bb4abd9f120 (diff)
parent89ba7d8c22acb43e318ca1c82e25c8b75ef7a7b2 (diff)
downloadlinux-f57ab32a843690fe7431ebb3a2f461e689a2e3c7.tar.xz
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.14
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 3e6799d..580c4e3 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.