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: udev-guide.xml
Date: Tue, 18 Aug 2009 13:06:28
Message-Id: E1MdOOR-0005S0-33@stork.gentoo.org
1 chiguire 09/08/18 13:06:27
2
3 Modified: udev-guide.xml
4 Log:
5 updated spanish translation
6
7 Revision Changes Path
8 1.23 xml/htdocs/doc/es/udev-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/udev-guide.xml?rev=1.23&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/udev-guide.xml?rev=1.23&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/udev-guide.xml?r1=1.22&r2=1.23
13
14 Index: udev-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/udev-guide.xml,v
17 retrieving revision 1.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- udev-guide.xml 27 Jan 2009 13:39:12 -0000 1.22
21 +++ udev-guide.xml 18 Aug 2009 13:06:26 -0000 1.23
22 @@ -1,7 +1,7 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/udev-guide.xml,v 1.22 2009/01/27 13:39:12 chiguire Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/udev-guide.xml,v 1.23 2009/08/18 13:06:26 chiguire Exp $ -->
28
29 <guide link="/doc/es/udev-guide.xml" lang="es">
30 <title>Guía udev en Gentoo</title>
31 @@ -41,8 +41,8 @@
32
33 <license/>
34
35 -<version>4</version>
36 -<date>2009-01-26</date>
37 +<version>5</version>
38 +<date>2009-08-05</date>
39
40 <chapter>
41 <title>¿Qué es udev?</title>
42 @@ -502,8 +502,8 @@
43 </p>
44
45 <pre caption="Especificar los parámetros por módulo">
46 -# <i>echo "option snd-ice1724 index=0" >> /etc/modules.d/alsa</i>
47 -# <i>echo "option snd-ymfpci index=1" >> /etc/modules.d/alsa</i>
48 +# <i>echo "option snd-ice1724 index=0" >> /etc/modprobe.d/alsa</i>
49 +# <i>echo "option snd-ymfpci index=1" >> /etc/modprobe.d/alsa</i>
50 # <i>update-modules</i>
51 </pre>