From 605d09c7f9581052248752fa4c3e1ff632c8c490 Mon Sep 17 00:00:00 2001 From: iwasaki Date: Fri, 30 Aug 2002 11:11:07 +0000 Subject: 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). --- share/man/man5/device.hints.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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: -- cgit v1.1