diff options
author | ru <ru@FreeBSD.org> | 2003-12-28 12:56:01 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-12-28 12:56:01 +0000 |
commit | 3eace67a0cfb0c5d46d7c0b7a002da4bd15f3c5d (patch) | |
tree | e814c90df51ae1619a31147ce107561a1658cdae /share/man/man4/acpi.4 | |
parent | c36fbcc8c953cdf475bbd20b9c2c7c0abc5f7a4e (diff) | |
download | FreeBSD-src-3eace67a0cfb0c5d46d7c0b7a002da4bd15f3c5d.zip FreeBSD-src-3eace67a0cfb0c5d46d7c0b7a002da4bd15f3c5d.tar.gz |
Somebody called mdoc(7) janitor.
A bit of wordsmithing from a native speaker is still necessary.
Diffstat (limited to 'share/man/man4/acpi.4')
-rw-r--r-- | share/man/man4/acpi.4 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index 1fe3fb2..8a1f01b 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -311,16 +311,17 @@ Selectively disables portions of ACPI for debugging purposes. Disables all of ACPI. .It Va hw.acpi.ec.poll_timeout Delay in milliseconds to wait for the EC to respond. -Try increasing this number if you get the error +Try increasing this number if you get the error .Er AE_NO_HARDWARE_RESPONSE . .It Va hw.acpi.reset_video Enables calling the VESA reset BIOS vector on the resume path. Some graphic chips have problems such as LCD white-out after resume. Try setting this to 0 if this causes problems for you. .It Va hw.acpi.os_name -Some systems' ASL may have problems because they look for names -of Microsoft operating systems. -This tunable overrides the default value of "FreeBSD". +Some systems' ASL may have problems because they look for names +of Microsoft operating systems. +This tunable overrides the default value of +.Qq Li FreeBSD . .It Va hw.acpi.pci.link.%d.%d.%d.irq Override the interrupt to use. .It Va hw.acpi.verbose @@ -360,8 +361,8 @@ latency when an interrupt occurs. .Sh COMPATIBILITY ACPI is only found and supported on i386/ia32, ia64, and amd64. .Sh SEE ALSO +.Xr acpi_thermal 4 , .Xr loader.conf 5 , -.Xr acpi_thermal.4 , .Xr acpiconf 8 , .Xr acpidump 8 , .Xr config 8 , |