summaryrefslogtreecommitdiff
path: root/share/man/man4/acpi.4
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-11-29 11:35:36 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-11-29 11:35:36 +0000
commit267280727dfed6c57d48878f5ef3182f7d877dd8 (patch)
treefacce37091b94e3461e6e052262032293cf45c58 /share/man/man4/acpi.4
parentad590cdb5b27401d339b4e466a06a99658a13076 (diff)
- for acpi(4), document /dev/apm and /dev/apmctl
- for apm(4) pages, sync the description of these devices ok tedu
Diffstat (limited to 'share/man/man4/acpi.4')
-rw-r--r--share/man/man4/acpi.417
1 files changed, 15 insertions, 2 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4
index fb8f8524525..4bc9158976e 100644
--- a/share/man/man4/acpi.4
+++ b/share/man/man4/acpi.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: acpi.4,v 1.26 2007/11/28 15:54:59 jmc Exp $
+.\" $OpenBSD: acpi.4,v 1.27 2007/11/29 11:35:35 jmc 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 28 2007 $
+.Dd $Mdocdate: November 29 2007 $
.Dt ACPI 4
.Os
.Sh NAME
@@ -68,6 +68,19 @@ ACPI power management timer
.It Xr acpitz 4
ACPI thermal zone
.El
+.Sh FILES
+.Bl -tag -width "/dev/apmctlXXX"
+.It /dev/apm
+Power management data device.
+May only be opened read-only.
+May be opened by multiple concurrent users.
+.It /dev/apmctl
+Power management control device.
+May be opened read-write or write-only.
+May only be opened by one user at a time.
+An attempt to open the file when in use will fail, returning
+.Er EBUSY .
+.El
.Sh SEE ALSO
.Xr apm 4 ,
.Xr intro 4