diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-02 04:33:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-02 04:33:28 +0000 |
commit | 6c67b830f6c0acee7f3b9904a4f5647b94ce7ba9 (patch) | |
tree | 7a42b07900ba0bcda3fd59bd7f28300d1905ab55 /usr.sbin/apm/apm.8 | |
parent | ef9c82da68da8cc29d373cb8942a1b3327c2ff81 (diff) |
sync to usage in man page
Diffstat (limited to 'usr.sbin/apm/apm.8')
-rw-r--r-- | usr.sbin/apm/apm.8 | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index 45407b60eff..61b97e2143c 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.8,v 1.23 2005/12/02 04:27:52 beck Exp $ +.\" $OpenBSD: apm.8,v 1.24 2005/12/02 04:33:26 deraadt Exp $ .\" .\" Copyright (c) 1996 John T. Kohl .\" All rights reserved. @@ -52,10 +52,6 @@ displays the current power management state in verbose form. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl A -Set -.Xr apmd 8 -to automatic performance adjustment mode. .It Fl a Display the external charger (A/C status). 0 means disconnected, 1 @@ -73,18 +69,6 @@ Set the name of the socket via which to contact .Xr apmd 8 to .Pa sockname . -.It Fl H -Set -.Xr apmd 8 -to manual performance adjustment mode and -.Va hw.setperf -to 100. -.It Fl L -Set -.Xr apmd 8 -to manual performance adjustment mode and -.Va hw.setperf -to 0. .It Fl l Display the estimated battery lifetime (in percent). .It Fl m @@ -101,6 +85,26 @@ Display if power management is enabled. Request more verbose description of the displayed states. .It Fl z Put the system into suspend (deep sleep) mode. +.It Fl A +Set +.Xr apmd 8 +to automatic performance adjustment mode. +.It Fl C +Set +.Xr apmd 8 +to cool running performance adjustment mode. +.It Fl H +Set +.Xr apmd 8 +to manual performance adjustment mode and +.Va hw.setperf +to 100. +.It Fl L +Set +.Xr apmd 8 +to manual performance adjustment mode and +.Va hw.setperf +to 0. .El .Pp The |