Gentoo Archives: gentoo-commits

From: "John Christian Stoddart (chiguire)" <chiguire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es: power-management-guide.xml
Date: Wed, 03 Feb 2010 17:05:03
Message-Id: E1Nciey-0001Yh-6n@stork.gentoo.org
1 chiguire 10/02/03 17:05:00
2
3 Modified: power-management-guide.xml
4 Log:
5 #302871, updated spanish translation (jose maria alonso)
6
7 Revision Changes Path
8 1.20 xml/htdocs/doc/es/power-management-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/power-management-guide.xml?rev=1.20&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/power-management-guide.xml?rev=1.20&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/power-management-guide.xml?r1=1.19&r2=1.20
13
14 Index: power-management-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/power-management-guide.xml,v
17 retrieving revision 1.19
18 retrieving revision 1.20
19 diff -u -r1.19 -r1.20
20 --- power-management-guide.xml 17 Aug 2009 20:14:03 -0000 1.19
21 +++ power-management-guide.xml 3 Feb 2010 17:04:59 -0000 1.20
22 @@ -1,7 +1,8 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/power-management-guide.xml,v 1.19 2009/08/17 20:14:03 chiguire Exp $ -->
26 -<guide link="/doc/es/power-management-guide.xml" lang="es">
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/power-management-guide.xml,v 1.20 2010/02/03 17:04:59 chiguire Exp $ -->
28 +
29 +<guide lang="es">
30 <title>Guía de Administración de Energía</title>
31
32 <author title="Autor">
33 @@ -11,7 +12,7 @@
34 <mail link="chriswhite@g.o">Chris White</mail>
35 </author>
36 <author title="Editor">
37 - <mail link="nightmorph@g.o">Joshua Saddler</mail>
38 + <mail link="nightmorph"/>
39 </author>
40 <author title="Traductor">
41 <mail link="chiguire@g.o">John Christian Stoddart</mail>
42 @@ -36,8 +37,8 @@
43 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
44 <license/>
45
46 -<version>1.44</version>
47 -<date>2009-08-11</date>
48 +<version>1.45</version>
49 +<date>2010-01-22</date>
50
51 <chapter>
52 <title>Introducción</title>
53 @@ -374,7 +375,7 @@
54 </p>
55
56 <pre caption="Determinando los eventos ACPI para cambiar la fuente de energía">
57 -# <i>tail -f /var/log/messages | grep "received event"</i>
58 +# <i>tail -f /var/log/messages | grep "ACPI event"</i>
59 </pre>
60
61 <p>
62 @@ -383,8 +384,8 @@
63 </p>
64
65 <pre caption="Salida de muestra para cambios de fuente de energía">
66 -[Tue Sep 20 17:39:06 2005] received event "ac_adapter AC 00000080 00000000"
67 -[Tue Sep 20 17:39:06 2005] received event "battery BAT0 00000080 00000001"
68 +[Tue Sep 20 17:39:06 2005] ACPI event "ac_adapter AC 00000080 00000000"
69 +[Tue Sep 20 17:39:06 2005] ACPI event "battery BAT0 00000080 00000001"
70 </pre>
71
72 <p>
73 @@ -943,7 +944,7 @@
74 en su nivel de ejecución <c>battery</c>. El siguiente guión debería
75 funcionar en la mayoría de los portátiles IBM Thinkpad y
76 Toshiba. Tiene que activar la opción apropiada en su núcleo (Sólo para
77 -pórtatiles IBM Thinkpad). Para pórtatiles Toshiba, instale el paquete
78 +portátiles IBM Thinkpad). Para portátiles Toshiba, instale el paquete
79 <c>app-laptop/acpitool</c> y salte la configuración de
80 <c>thinkpad_acpi</c> (antiguamente conocido como <c>ibm_acpi</c>) como
81 se describe a continuación.
82 @@ -1280,6 +1281,11 @@
83 reemplácela con el nombre real de su interfaz.
84 </note>
85
86 +<p>
87 +Añada la siguiente opción a <path>/etc/conf.d/net</path> para habilitar
88 +automáticamente la gestión de energía para su tarjeta inalámbrica:
89 +</p>
90 +
91 <pre caption="Administración de Energía automatizada para WLAN">
92 iwconfig_wlan0="power on"
93 </pre>