summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-08-25 20:02:30 +0000
committerobrien <obrien@FreeBSD.org>2002-08-25 20:02:30 +0000
commit4608c6048ddce82cf69fefa104b137abe16f4cac (patch)
tree2f7e700b2136d17116a008ce8e494fc1218ae205 /share
parente125a71225752bb49bc856c385254b897d802224 (diff)
downloadFreeBSD-src-4608c6048ddce82cf69fefa104b137abe16f4cac.zip
FreeBSD-src-4608c6048ddce82cf69fefa104b137abe16f4cac.tar.gz
Backout rev 1.4. The code certainly does not spell the sysctl with 'ed':
$ grep disable /sys/boot/i386/libi386/i386_module.c if ((getenv("acpi_load") && !getenv("hint.acpi.0.disable"))) {
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 dceaa2f..3bfe2d4 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.disabled="1"
+hint.acpi.0.disable="1"
.Ed
.\" .Pp
.\" A control variable may look like:
OpenPOWER on IntegriCloud