Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: power-management-guide.xml
Date: Sun, 17 Dec 2006 03:43:13
Message-Id: 20061217034258.1A414648FA@smtp.gentoo.org
1 nightmorph 06/12/17 03:42:50
2
3 Modified: power-management-guide.xml
4 Log:
5 updated power management guide for bug 158290
6
7 Revision Changes Path
8 1.23 xml/htdocs/doc/en/power-management-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?rev=1.23&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?rev=1.23&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/power-management-guide.xml?r1=1.22&r2=1.23
13
14 Index: power-management-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v
17 retrieving revision 1.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- power-management-guide.xml 23 Oct 2006 03:40:54 -0000 1.22
21 +++ power-management-guide.xml 17 Dec 2006 03:42:50 -0000 1.23
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.22 2006/10/23 03:40:54 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.23 2006/12/17 03:42:50 nightmorph Exp $ -->
27 <guide link="/doc/en/power-management-guide.xml">
28 <title>Power Management Guide</title>
29
30 @@ -20,8 +20,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.29</version>
35 -<date>2006-10-22</date>
36 +<version>1.30</version>
37 +<date>2006-12-16</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -857,7 +857,7 @@
42 battery mode and place it in your <c>battery</c> runlevel. The following script
43 should work on most IBM Thinkpads and Toshiba laptops. You've got to enable the
44 appropriate option in your kernel (IBM Thinkpads only). For Toshiba laptops,
45 -install <c>app-laptop/acpitool</c> and skip configuration of <c>ibm_acpi</c> as
46 +install <c>sys-power/acpitool</c> and skip configuration of <c>ibm_acpi</c> as
47 described below.
48 </p>
49
50 @@ -891,7 +891,7 @@
51 <comment># See /proc/acpi/ibm/brightness for available values</comment>
52 <comment># Please read /usr/src/linux/Documentation/ibm-acpi.txt</comment>
53
54 -<comment># brigthness level in ac mode. Default is 7.</comment>
55 +<comment># brightness level in ac mode. Default is 7.</comment>
56 BRIGHTNESS_AC=7
57
58 <comment># brightness level in battery mode. Default is 4.</comment>
59 @@ -922,7 +922,7 @@
60 else
61 ewarn "Setting LCD brightness is not supported."
62 ewarn "For IBM Thinkpads, check that ibm_acpi is loaded into the kernel"
63 - ewarn "For Toshiba laptops, you've got to install app-laptop/acpitool"
64 + ewarn "For Toshiba laptops, you've got to install sys-power/acpitool"
65 fi
66 }
67
68
69
70
71 --
72 gentoo-doc-cvs@g.o mailing list