From fcc3f38a28458749bc2190a4bcb2569d799ec15c Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Thu, 2 Jan 2003 13:45:19 +0000 Subject: [PATCH] Typos fixing and a rewording. --- en_US.ISO8859-1/books/handbook/config/chapter.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.sgml b/en_US.ISO8859-1/books/handbook/config/chapter.sgml index 8a54caaef7..a7ee5bce71 100644 --- a/en_US.ISO8859-1/books/handbook/config/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/config/chapter.sgml @@ -1713,13 +1713,13 @@ kern.maxfiles: 2088 -> 5000 Configuring <acronym>ACPI</acronym> - The acpi.ko driver is loaded by the - at start up by &man.loader.8; by default and should not + The acpi.ko driver is loaded by default + at start up by the &man.loader.8; and should not be compiled into the kernel. The reasoning behind this is that modules are easier to work with, say if switching to another acpi.ko without doing a kernel rebuild. This has the advantage of making testing easier. Another reason is that starting ACPI after a system has been - brought up is not to useful, and in some cases can be fatal. If in doubt, just + brought up is not too useful, and in some cases can be fatal. In doubt, just disable ACPI all together. This driver should not and can not be unloaded because the system bus uses it for various hardware interactions. ACPI can be disabled with the &man.acpiconf.8; utility. @@ -1746,7 +1746,7 @@ kern.maxfiles: 2088 -> 5000 Debugging <acronym>ACPI</acronym> - Almost everything ACPI is transparent, until + Almost everything in ACPI is transparent, until it does not work. That is usually when you as a user will know there is something not working properly.