On Sun, Aug 25, 2002 at 05:49:38PM +0200, Jan Stocker wrote:
>
> > The following example disables the ACPI driver
> >
> > hint.acpi.0.disable="1"
>
> My man page doest have this example (but is is some days older), but a
> look to
>
> Twoflower# grep "disable" /sys/i386/conf/GENERIC.hints
>
> hint.apm.0.disabled="1"
> hint.pcic.1.disabled="1"
> hint.sio.2.disabled="1"
> hint.sio.3.disabled="1"
>
> shows that the description is right and the example wrong...
OK. The ident for my device.hints.5 man page is:
device.hints.5:
$FreeBSD: src/share/man/man5/device.hints.5,v 1.3 2002/08/09 06:07:33 obrien Exp $
I would like to submit the following trivial patch:
--- device.hints.5.orig Sun Aug 25 12:52:02 2002
+++ device.hints.5 Sun Aug 25 12:52:26 2002
@@ -145,7 +145,7 @@
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:
--
Craig Rodrigues
http://www.gis.net/~craigr
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message