diff options
author | 2006-09-20 08:04:03 +0000 | |
---|---|---|
committer | 2006-09-20 08:04:03 +0000 | |
commit | ec61a7001e91acf5ca92b15933aafea28ca6ad53 (patch) | |
tree | c5a1e68d5b1ceaf72b45bfa4c1ef60450dd34239 | |
parent | Add acpibat(4) to list of supported devices and .Xr in SEE ALSO. Also (diff) | |
download | wireguard-openbsd-ec61a7001e91acf5ca92b15933aafea28ca6ad53.tar.xz wireguard-openbsd-ec61a7001e91acf5ca92b15933aafea28ca6ad53.zip |
- no need to add Xrs to SEE ALSO when the body already lists them
- remove non-standard .Sh
-rw-r--r-- | share/man/man4/acpi.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index 326607926f9..f657c6a9161 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpi.4,v 1.6 2006/09/20 07:41:21 mk Exp $ +.\" $OpenBSD: acpi.4,v 1.7 2006/09/20 08:04:03 jmc Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -45,7 +45,10 @@ driver will take control of ACPI from the firmware (BIOS). WARNING: this may cause an overheating on some machines since .Nm doesn't provide any thermal or cooling control. -.Sh SUPPORTED DEVICES +.Pp +.Ox +provides support for the following devices: +.Pp .Bl -tag -width 12n -offset indent -compact .It Xr acpibat 4 ACPI Control Method Battery @@ -55,9 +58,6 @@ ACPI High Precision Event Timer ACPI power management timer .El .Sh SEE ALSO -.Xr acpibat 4 , -.Xr acpihpet 4 , -.Xr acpitimer 4 , .Xr intro 4 .Sh HISTORY The |