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: kernel-config.xml
Date: Mon, 23 Jun 2008 16:15:33
Message-Id: E1KAohT-00024R-S3@stork.gentoo.org
1 chiguire 08/06/23 16:15:27
2
3 Modified: kernel-config.xml
4 Log:
5 updated spanish translation (manuel peral gonzalez)
6
7 Revision Changes Path
8 1.4 xml/htdocs/doc/es/kernel-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/kernel-config.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/kernel-config.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/kernel-config.xml?r1=1.3&r2=1.4
13
14 Index: kernel-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/kernel-config.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- kernel-config.xml 24 Apr 2008 15:28:21 -0000 1.3
21 +++ kernel-config.xml 23 Jun 2008 16:15:27 -0000 1.4
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/kernel-config.xml,v 1.3 2008/04/24 15:28:21 chiguire Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/kernel-config.xml,v 1.4 2008/06/23 16:15:27 chiguire Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/es/kernel-config.xml" lang="es">
29 @@ -20,9 +20,15 @@
30 <author title="Editor">
31 <mail link="smithj@g.o">Jonathan Smith</mail>
32 </author>
33 +<author title="Editor">
34 + <mail link="nightmorph"/>
35 +</author>
36 <author title="Traductor">
37 <mail link="chiguire@g.o">John Christian Stoddart</mail>
38 </author>
39 +<author title="Traductor">
40 + <mail link="mcklaren@×××××.com">Manuel Peral González</mail>
41 +</author>
42
43 <abstract>
44 Este documento tiene la finalidad de presentar conceptos acerca de la
45 @@ -34,8 +40,8 @@
46 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
47 <license/>
48
49 -<version>1.2</version>
50 -<date>2008-04-13</date>
51 +<version>1.3</version>
52 +<date>2008-06-21</date>
53
54 <chapter>
55 <title>Introducción</title>
56 @@ -350,7 +356,18 @@
57 está usando un disco IDE, es muy posible que no esté usando DMA.
58 </p>
59
60 -<pre caption="Revisando que DMA esté activado en un disco IDE">
61 +<note>
62 +Como se ha mencionado anteriormente, libata está también disponible para discos IDE. Si estás usando
63 +libata, entonces todos tus discos, incluyendo los discos IDE, deberán usar DMA.
64 +Para hacer esto no necesitas más comprobaciones ni configuraciones.
65 +</note>
66 +
67 +<p>
68 +Si no estás usando libdata para tus discos IDE, entonces necesitarás comprobarlo para usar el DMA
69 +y activarlo.
70 +</p>
71 +
72 +<pre caption="Revisando si el DMA está activado en su disco IDE">
73 # <i>hdparm -d /dev/hda</i>
74
75 /dev/hda:
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list