summaryrefslogtreecommitdiffstats
path: root/system/pstate-frequency
diff options
context:
space:
mode:
author B. Watson2016-11-14 21:19:06 +0100
committer Willy Sudiarto Raharjo2016-11-15 15:41:38 +0100
commit198a089cd7e4137713fee42ae71d12bb2c56fe8c (patch)
tree379723d4b06766ed588ee9c3fdbcd37795780003 /system/pstate-frequency
parent5bcdb12ef136f3797cf0f61dc61cf09035d0c325 (diff)
downloadslackbuilds-198a089cd7e4137713fee42ae71d12bb2c56fe8c.tar.gz
system/pstate-frequency: Fix README.
Diffstat (limited to 'system/pstate-frequency')
-rw-r--r--system/pstate-frequency/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/system/pstate-frequency/README b/system/pstate-frequency/README
index a0bd9d4595..9c5886c90f 100644
--- a/system/pstate-frequency/README
+++ b/system/pstate-frequency/README
@@ -1,9 +1,9 @@
-pstate-frequency is able to adjust the Intel p-state driver
-values for the minimum and maximum scaling frequencies and
+pstate-frequency is able to adjust the Intel p-state driver
+values for the minimum and maximum scaling frequencies and
the state of turbo boost.
You can enable optional feature by passing variables to
-the script (ie. VAR=yes/no ./pstate-frequency.SlackBuild) :
+the script (ie. VAR=yes/no ./pstate-frequency.SlackBuild):
WITH_POWER_PLANS=yes|no (default=yes)
Installs power plans in /etc/pstate-frequency.d/
@@ -26,9 +26,10 @@ WITH_UDEV_RULE=yes|no (default=no)
environment variable UDEV_RULE_DIR which, by default,
is set to /lib/udev/rules.d. To install rule in, for
instance, /etc/udev/rules.d, run the SlackBuild as
- below :
+ below:
- WITH_UDEV_RULE=yes UDEV_RULE_DIR=/etc/udev/rules.d ./pstate-frequency.SlackBuild
+ WITH_UDEV_RULE=yes UDEV_RULE_DIR=/etc/udev/rules.d \
+ ./pstate-frequency.SlackBuild
Optional Dependencies :