diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2006-10-05 17:31:15 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2006-10-05 17:31:15 +0000 |
commit | 9159943b19b1faa239596537c04dd1c0e322c9a1 (patch) | |
tree | a25d57dbe7031eeee0f29252263c123a6c1e3442 | |
parent | 78ff03810bcd6f678d419cfc4d2adc860518d48c (diff) |
I somehow messed something up when I committed the previous change, so
the acpiac entry was put in as acpiec but still talked about power
state.
-rw-r--r-- | share/man/man4/acpi.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index f5053f2a8db..aebb04f8008 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpi.4,v 1.9 2006/10/03 20:37:41 mk Exp $ +.\" $OpenBSD: acpi.4,v 1.10 2006/10/05 17:31:14 mk Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -45,8 +45,10 @@ the firmware, parsing and interpreting AML code, event handling, suspending and powering off, and attaching device drivers. .Pp The -.Nm acpiec -driver provides access to ACPI Embedded Controllers for other ACPI devices. +.Nm acpiac +driver supports ACPI AC Adapters. +Information about AC power source status (connected or disconnected) is +available through this driver. AC power source status is updated every 10 seconds. .Pp The |