diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-12-05 19:49:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-12-05 19:49:35 +0000 |
commit | 813db69d98ddc0e883770e8af221980e8efabb7c (patch) | |
tree | 1e8d13d912b6c3f33b99d22e1773e9a264359f82 /usr.sbin | |
parent | a374f9ba5aff303cdffe704c3052aecbd02d0d00 (diff) |
make description of -A and -C more consistent;
help/ok tedu
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/apm/apm.8 | 17 | ||||
-rw-r--r-- | usr.sbin/apmd/apmd.8 | 15 |
2 files changed, 15 insertions, 17 deletions
diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index 75da2c49bce..08fab7964f2 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.8,v 1.31 2007/05/31 19:20:22 jmc Exp $ +.\" $OpenBSD: apm.8,v 1.32 2007/12/05 19:49:33 jmc Exp $ .\" .\" Copyright (c) 1996 John T. Kohl .\" All rights reserved. @@ -26,7 +26,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: December 5 2007 $ .Dt APM 8 .Os .Sh NAME @@ -61,9 +61,9 @@ or if the AC power is connected and the battery is more than 15% charged, .Nm raises .Va hw.setperf -as much as possible. -Otherwise, when the CPU idle time -is above 30% and the system is running on battery power, +to 100. +Otherwise when CPU idle time is above 30% +and the system is running on battery power, .Nm lowers .Va hw.setperf @@ -80,15 +80,14 @@ critical, 3 means charging, 4 means absent, and 255 means unknown. Set .Xr apmd 8 to cool running performance adjustment mode. -In this mode, when CPU idle time falls below -10%, +In this mode, when CPU idle time falls below 10%, .Nm raises .Va hw.setperf as much as necessary. -Otherwise, when idle time is above 30% +Otherwise when CPU idle time is above 30%, .Nm -reduces +lowers .Va hw.setperf as much as possible to reduce heat, noise, and power consumption. .It Fl f Ar sockname diff --git a/usr.sbin/apmd/apmd.8 b/usr.sbin/apmd/apmd.8 index b5187d14868..be592549889 100644 --- a/usr.sbin/apmd/apmd.8 +++ b/usr.sbin/apmd/apmd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apmd.8,v 1.37 2007/12/05 16:47:09 jmc Exp $ +.\" $OpenBSD: apmd.8,v 1.38 2007/12/05 19:49:34 jmc Exp $ .\" .\" Copyright (c) 1995 John T. Kohl .\" All rights reserved. @@ -72,9 +72,9 @@ or if the AC power is connected and the battery is more than 15% charged, .Nm raises .Va hw.setperf -as much as possible. -Otherwise, when the CPU idle time -is above 30% and the system is running on battery power, +to 100. +Otherwise when CPU idle time is above 30% +and the system is running on battery power, .Nm lowers .Va hw.setperf @@ -87,15 +87,14 @@ batteries (user requests are still honored). Start .Nm in cool running performance adjustment mode. -In this mode, when CPU idle time falls below -10%, +In this mode, when CPU idle time falls below 10%, .Nm raises .Va hw.setperf as much as necessary. -Otherwise, when idle time is above 30% +Otherwise when CPU idle time is above 30%, .Nm -reduces +lowers .Va hw.setperf as much as possible to reduce heat, noise, and power consumption. .It Fl d |