Subject: misc/32235: ACPI_ACTIVATE_DEV syntax fix on acpi(4) man page
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <njoly@pasteur.fr>
List: netbsd-bugs
Date: 12/04/2005 11:15:00
>Number:         32235
>Category:       misc
>Synopsis:       ACPI_ACTIVATE_DEV syntax fix on acpi(4) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 04 11:15:00 +0000 2005
>Originator:     Nicolas Joly
>Release:        NetBSD 3.99.13
>Organization:
Institut Pasteur, Paris.
>Environment:
System: NetBSD cixy.dial.pasteur.fr 3.99.13 NetBSD 3.99.13 (CIXY) #40: Sun Dec 4 02:44:01 CET 2005 njoly@cixy.dial.pasteur.fr:/local/src/NetBSD/obj/i386/sys/arch/i386/compile/CIXY i386
Architecture: i386
Machine: i386
>Description:
According to the acpi(4) man page synopsis, option `ACPI_ACTIVATE_DEV' can
take a value; but config does not allow it.

===> Build directory:  /local/src/NetBSD/src/sys/arch/i386/compile/obj/CIXY
/local/src/NetBSD/src/sys/arch/i386/conf/CIXY:11: option `ACPI_ACTIVATE_DEV' must not have a value
*** Stop.

>How-To-Repeat:
Try to compile a kernel with `options ACPI_ACTIVATE_DEV=0',
and see corresponding config failure.
>Fix:
Index: share/man/man4/acpi.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/acpi.4,v
retrieving revision 1.16
diff -u -r1.16 acpi.4
--- share/man/man4/acpi.4	13 Jul 2005 14:27:48 -0000	1.16
+++ share/man/man4/acpi.4	4 Dec 2005 11:01:35 -0000
@@ -60,7 +60,7 @@
 .Pp
 .Cd "options   ACPI_DEBUG"
 .Cd "options   ACPIVERBOSE"
-.Cd "options   ACPI_ACTIVATE_DEV=0"
+.Cd "options   ACPI_ACTIVATE_DEV"
 .Cd "options   ACPICA_PEDANTIC"
 .Sh DESCRIPTION
 .Nx