From: mk Date: Sat, 24 Jul 2010 22:18:58 +0000 (+0000) Subject: Mention that acpidock(4) sets up a sensor and that it can be used with X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=42583a36eee53fa88d79dcb1a886f54836e25817;p=openbsd Mention that acpidock(4) sets up a sensor and that it can be used with sensorsd to do actions when docking or undocking. ok jordan --- diff --git a/share/man/man4/acpidock.4 b/share/man/man4/acpidock.4 index 6aee1bde6e3..d886b1e35d2 100644 --- a/share/man/man4/acpidock.4 +++ b/share/man/man4/acpidock.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpidock.4,v 1.3 2009/06/03 00:16:40 deraadt Exp $ +.\" $OpenBSD: acpidock.4,v 1.4 2010/07/24 22:18:58 mk Exp $ .\" .\" Copyright (c) 2007 Michael Knudsen .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: June 3 2009 $ +.Dd $Mdocdate: July 24 2010 $ .Dt ACPIDOCK 4 .Os .Sh NAME @@ -39,9 +39,17 @@ then reacted upon. For undocking, this event is usually triggered by pressing a button on the docking station or using a special keyboard combination; for docking, the machine usually just has to be inserted. +.Pp +The +.Nm +driver sets up a sensor that indicates docking state that can be +used with +.Xr sensorsd 8 +to perform events when docking or undocking. .Sh SEE ALSO .Xr acpi 4 , -.Xr intro 4 +.Xr intro 4 , +.Xr sensorsd 8 .Sh HISTORY The .Nm