From owner-freebsd-current Sun Aug 25 9: 4:37 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D868E37B400 for ; Sun, 25 Aug 2002 09:04:33 -0700 (PDT) Received: from dibbler.ne.client2.attbi.com (dibbler.ne.client2.attbi.com [24.61.41.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E0D243E72 for ; Sun, 25 Aug 2002 09:04:33 -0700 (PDT) (envelope-from rodrigc@dibbler.ne.client2.attbi.com) Received: from dibbler.ne.client2.attbi.com (localhost [127.0.0.1]) by dibbler.ne.client2.attbi.com (8.12.5/8.12.5) with ESMTP id g7PGs3VT000777 for ; Sun, 25 Aug 2002 12:54:13 -0400 (EDT) (envelope-from rodrigc@dibbler.ne.client2.attbi.com) Received: (from rodrigc@localhost) by dibbler.ne.client2.attbi.com (8.12.5/8.12.5/Submit) id g7PGs2h6000776 for freebsd-current@freebsd.org; Sun, 25 Aug 2002 12:54:02 -0400 (EDT) Date: Sun, 25 Aug 2002 12:54:01 -0400 From: Craig Rodrigues To: freebsd-current@freebsd.org Subject: Re: Question about device.hints man page Message-ID: <20020825125401.A751@attbi.com> References: <20020825155130.A2058@attbi.com> <1030290579.356.5.camel@twoflower> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1030290579.356.5.camel@twoflower>; from Jan.Stocker@t-online.de on Sun, Aug 25, 2002 at 05:49:38PM +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 rodrigc@attbi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message