From owner-freebsd-current Sun Aug 25 8: 8:55 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 E19CD37B400 for ; Sun, 25 Aug 2002 08:08:53 -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 44A1C43E84 for ; Sun, 25 Aug 2002 08:08:53 -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 g7PJpV06002071 for ; Sun, 25 Aug 2002 19:51:32 GMT (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 g7PJpUi0002070 for freebsd-current@freebsd.org; Sun, 25 Aug 2002 15:51:30 -0400 (EDT) Date: Sun, 25 Aug 2002 15:51:30 -0400 From: Craig Rodrigues To: freebsd-current@freebsd.org Subject: Question about device.hints man page Message-ID: <20020825155130.A2058@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 Hi, Running: 5.0-CURRENT-20020818-JPSNAP I am reading the man page for device.hints, and I think I see an inconsistency: ============================================================================= A device hint line looks like: hint.driver.unit.keyword="value" where driver is the name of a device driver, unit is the unit number, keyword is the keyword of the hint. The keyword may be: ... ... disabled is set to "1" to disable the device. The following example disables the ACPI driver hint.acpi.0.disable="1" ============================================================================= The example does not match the previous description. Should the keyword be "disabled" or "disable"? Thanks. -- 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