diff options
author | 2006-10-05 17:31:14 +0000 | |
---|---|---|
committer | 2006-10-05 17:31:14 +0000 | |
commit | 2fbe2678e1aacebe7595e60b641b714a109be14b (patch) | |
tree | c750ac9afafc1d41a42842e5e120c50e725c4b38 | |
parent | Brazilian summer time rules for 2007, from Eduardo Alvarenga, okay beck@ (diff) | |
download | wireguard-openbsd-2fbe2678e1aacebe7595e60b641b714a109be14b.tar.xz wireguard-openbsd-2fbe2678e1aacebe7595e60b641b714a109be14b.zip |
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 |