diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-11-28 12:58:31 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-11-28 12:58:31 +0000 |
commit | bea8d7fa4af55754269b8fc4c55a0bbeb88fa938 (patch) | |
tree | 13b2de7cdc2281758bc6802d2e7200d5cddac993 /share/man/man4/acpi.4 | |
parent | d662eaab5446abeb96a25fb80641ab0a57bf9c38 (diff) |
first attempt to consolidate some of the apm/acpi documentation.
ok deraadt
Diffstat (limited to 'share/man/man4/acpi.4')
-rw-r--r-- | share/man/man4/acpi.4 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index 04b63d4c31b..6dba0f01e94 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpi.4,v 1.24 2007/11/16 02:14:48 deraadt Exp $ +.\" $OpenBSD: acpi.4,v 1.25 2007/11/28 12:58:30 tedu Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 16 2007 $ +.Dd $Mdocdate: November 28 2007 $ .Dt ACPI 4 .Os .Sh NAME @@ -35,6 +35,11 @@ If the configuration option .Dq Dv ACPIVERBOSE is set, information about all detected ACPI devices will be displayed on boot. +Userland may access +.Nm +by using the +.Xr apm 4 +device. .Pp The following devices can attach to .Nm : @@ -64,6 +69,7 @@ ACPI power management timer ACPI thermal zone .El .Sh SEE ALSO +.Xr apm 4 .Xr intro 4 .Sh HISTORY The |