diff options
author | 2005-12-02 09:19:39 +0000 | |
---|---|---|
committer | 2005-12-02 09:19:39 +0000 | |
commit | 0de67defd746e736092dfa3dc65948e9ec53aa06 (patch) | |
tree | c042790cbb06da34dbde4825c44e3ee85874c226 | |
parent | make lint invoke cpp with -CC instead of -C, which will cause comments (diff) | |
download | wireguard-openbsd-0de67defd746e736092dfa3dc65948e9ec53aa06.tar.xz wireguard-openbsd-0de67defd746e736092dfa3dc65948e9ec53aa06.zip |
remove trailing whitespace;
-rw-r--r-- | usr.sbin/apmd/apmd.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/apmd/apmd.8 b/usr.sbin/apmd/apmd.8 index 24991e1a810..b7f5dc35ef0 100644 --- a/usr.sbin/apmd/apmd.8 +++ b/usr.sbin/apmd/apmd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apmd.8,v 1.31 2005/12/02 04:27:52 beck Exp $ +.\" $OpenBSD: apmd.8,v 1.32 2005/12/02 09:19:39 jmc Exp $ .\" .\" Copyright (c) 1995 John T. Kohl .\" All rights reserved. @@ -66,15 +66,15 @@ Start .Nm in automatic performance adjustment mode. In this mode, when CPU idle time falls below 10%, -or if the AC power is connected and the battery is more than 15% charged, +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, +is above 30% and the system is running on battery power, .Nm -lowers +lowers .Va hw.setperf as much as possible to reduce power consumption. .It Fl a @@ -86,8 +86,8 @@ Start .Nm in cool running performance adjustment mode. In this mode, when CPU idle time falls below -10%, -.Nm +10%, +.Nm raises .Va hw.setperf as much as necessary. |