Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: power-management-guide.xml
Date: Sun, 07 Apr 2013 13:25:34
Message-Id: 20130407132530.085A02171D@flycatcher.gentoo.org
1 swift 13/04/07 13:25:29
2
3 Modified: power-management-guide.xml
4 Log:
5 Update wording in powermanagement guide, makes sentences a bit more readable. Thanks to Jose Fournier for suggesting this
6
7 Revision Changes Path
8 1.53 xml/htdocs/doc/en/power-management-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/power-management-guide.xml?rev=1.53&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/power-management-guide.xml?rev=1.53&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/power-management-guide.xml?r1=1.52&r2=1.53
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.52
18 retrieving revision 1.53
19 diff -u -r1.52 -r1.53
20 --- power-management-guide.xml 14 Jan 2013 06:19:27 -0000 1.52
21 +++ power-management-guide.xml 7 Apr 2013 13:25:29 -0000 1.53
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.52 2013/01/14 06:19:27 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/power-management-guide.xml,v 1.53 2013/04/07 13:25:29 swift Exp $ -->
27
28 <guide>
29 <title>Power Management Guide</title>
30 @@ -21,8 +21,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>7</version>
35 -<date>2013-01-13</date>
36 +<version>8</version>
37 +<date>2013-04-07</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -321,20 +321,24 @@
42
43 <ul>
44 <li>
45 - <e>Battery</e>, in the configuration files using the <c>BATT_</c> prefix, is
46 - active when the system is running on battery power
47 + <e>Battery</e>, which is active when the system is running on battery power;
48 + the configuration files use the <c>BATT_</c> prefix for settings related to
49 + this state
50 </li>
51 <li>
52 - <e>AC</e>, in the configuration files using the <c>AC_</c> prefix, is active
53 - when the system is running on AC power
54 + <e>AC</e>, which is active when the system is running on AC power;
55 + the configuration files use the <c>AC_</c> prefix for settings related to
56 + this state
57 </li>
58 <li>
59 - <e>Laptop Mode</e>, in the configuration files using the <c>LM_</c> prefix,
60 - is active when <e>laptop mode</e> is enabled
61 + <e>Laptop Mode</e>, which is active when <e>laptop mode</e> is enabled;
62 + the configuration files use the <c>LM_</c> prefix for settings related to
63 + this state
64 </li>
65 <li>
66 - <e>No Laptop Mode</e>, in the configuration files using the <c>NOLM_</c>
67 - prefix, is active when <e>laptop mode</e> is disabled
68 + <e>No Laptop Mode</e>, which is active when <e>laptop mode</e> is disabled;
69 + the configuration files use the <c>NOLM_</c> prefix for settings related to
70 + this state
71 </li>
72 </ul>