summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2002-08-30 11:11:07 +0000
committeriwasaki <iwasaki@FreeBSD.org>2002-08-30 11:11:07 +0000
commit605d09c7f9581052248752fa4c3e1ff632c8c490 (patch)
tree7ff9ccec9967bb4e7ebd3deaf402ab1030e0b4b7 /share
parent8679677c5205b9d84ffb81181aca3a1945d032e2 (diff)
downloadFreeBSD-src-605d09c7f9581052248752fa4c3e1ff632c8c490.zip
FreeBSD-src-605d09c7f9581052248752fa4c3e1ff632c8c490.tar.gz
s/hint.acpi.0.disable/hint.acpi.0.disabled/
Fix device hints entry for disabling acpi(4). This also should fix the arbitration with apm(4) when both drivers are enabled. Note that your /boot/device.hints needs to be updated if you want to stop auto-loading acpi.ko or disable acpi(4).
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/device.hints.52
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/device.hints.5 b/share/man/man5/device.hints.5
index 3bfe2d4..dceaa2f 100644
--- a/share/man/man5/device.hints.5
+++ b/share/man/man5/device.hints.5
@@ -145,7 +145,7 @@ hint.sio.0.irq="4"
The following example disables the ACPI driver
.Bd -literal -offset indent
-hint.acpi.0.disable="1"
+hint.acpi.0.disabled="1"
.Ed
.\" .Pp
.\" A control variable may look like:
OpenPOWER on IntegriCloud