summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormk <mk@openbsd.org>2006-09-20 07:41:21 +0000
committermk <mk@openbsd.org>2006-09-20 07:41:21 +0000
commit79d17b2b52659cb74a8be4a29e4b6f1bbd4dcded (patch)
tree6a3270cfe564034bf361d0bb3a4d52c2f85be4ae
parentAdd acpibat.4. (diff)
downloadwireguard-openbsd-79d17b2b52659cb74a8be4a29e4b6f1bbd4dcded.tar.xz
wireguard-openbsd-79d17b2b52659cb74a8be4a29e4b6f1bbd4dcded.zip
Add acpibat(4) to list of supported devices and .Xr in SEE ALSO. Also
.Xr acpihpet 4 in SEE ALSO. ok jmc
-rw-r--r--share/man/man4/acpi.46
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4
index 664822c220c..326607926f9 100644
--- a/share/man/man4/acpi.4
+++ b/share/man/man4/acpi.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: acpi.4,v 1.5 2006/03/08 17:45:19 grange Exp $
+.\" $OpenBSD: acpi.4,v 1.6 2006/09/20 07:41:21 mk Exp $
.\"
.\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org>
.\"
@@ -47,12 +47,16 @@ WARNING: this may cause an overheating on some machines since
doesn't provide any thermal or cooling control.
.Sh SUPPORTED DEVICES
.Bl -tag -width 12n -offset indent -compact
+.It Xr acpibat 4
+ACPI Control Method Battery
.It Xr acpihpet 4
ACPI High Precision Event Timer
.It Xr acpitimer 4
ACPI power management timer
.El
.Sh SEE ALSO
+.Xr acpibat 4 ,
+.Xr acpihpet 4 ,
.Xr acpitimer 4 ,
.Xr intro 4
.Sh HISTORY