summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_misc.php
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2009-04-15 13:13:47 -0400
committerjim-p <jim@pingle.org>2009-04-15 13:13:47 -0400
commit6d74f28b3df2b29d78195c64a545bef753fd8d39 (patch)
tree150ca374dfdc6784c59e46548a57165bddae1319 /usr/local/www/system_advanced_misc.php
parent92215498f3fc5c5a0f780897d2daabe93006d90c (diff)
downloadpfsense-6d74f28b3df2b29d78195c64a545bef753fd8d39.zip
pfsense-6d74f28b3df2b29d78195c64a545bef753fd8d39.tar.gz
Cosmetic fix - two words were split with hyphenation that didn't look right in the WebGUI.
Diffstat (limited to 'usr/local/www/system_advanced_misc.php')
-rw-r--r--usr/local/www/system_advanced_misc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php
index 36bb507..a190777 100644
--- a/usr/local/www/system_advanced_misc.php
+++ b/usr/local/www/system_advanced_misc.php
@@ -157,10 +157,10 @@ include("head.inc");
<input name="powerd_enable" type="checkbox" id="powerd_enable" value="yes" <?php if ($pconfig['powerd_enable']) echo "checked"; ?> />
<strong>Use PowerD</strong><br/>
<br />
- The powerd utility monitors the system state and sets various power con-
- trol options accordingly. It offers three modes (maximum, minimum, and
- adaptive) that can be individually selected while on AC power or batter-
- ies. The modes maximum, minimum, and adaptive may be abbreviated max,
+ The powerd utility monitors the system state and sets various power control
+ options accordingly. It offers three modes (maximum, minimum, and
+ adaptive) that can be individually selected while on AC power or batteries.
+ The modes maximum, minimum, and adaptive may be abbreviated max,
min, adp. Maximum mode chooses the highest performance values. Minimum
mode selects the lowest performance values to get the most power savings.
Adaptive mode attempts to strike a balance by degrading performance when
OpenPOWER on IntegriCloud