diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-12-10 07:36:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-12-10 07:36:39 +0000 |
commit | a259f358b0b455aee921829993e49c603481395f (patch) | |
tree | 8b106485b5658df6f53ecb31784d72c901d0144a /share/man | |
parent | f579e553ec7727d924ea0d8b9dfe4196ccabf835 (diff) |
implementation no longer updates every 10 seconds; from william orr
ok mlarkin
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/acpiac.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/acpiac.4 b/share/man/man4/acpiac.4 index 7ee643132f2..86404585d81 100644 --- a/share/man/man4/acpiac.4 +++ b/share/man/man4/acpiac.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpiac.4,v 1.6 2013/07/16 16:05:48 schwarze Exp $ +.\" $OpenBSD: acpiac.4,v 1.7 2014/12/10 07:36:38 jmc Exp $ .\" .\" Copyright (c) 2006 Dmitri Alenitchev <dma@dma.org.ru> .\" @@ -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: July 16 2013 $ +.Dd $Mdocdate: December 10 2014 $ .Dt ACPIAC 4 .Os .Sh NAME @@ -28,9 +28,9 @@ The driver supports ACPI AC Adapters. Information about AC power source status (connected or disconnected) is available through this driver as a sensor. -AC power source status is updated every 10 seconds or, -if the implementation supports it, -via an event when a change happens. +AC power source status is updated +via an event when a change happens, +if the implementation supports it. The sensors provided by .Nm can be monitored using |