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/handbook: hb-install-kernelmodules.xml
Date: Tue, 31 Mar 2009 12:16:28
Message-Id: E1LoctE-0006jC-L5@stork.gentoo.org
1 chiguire 09/03/31 12:16:24
2
3 Modified: hb-install-kernelmodules.xml
4 Log:
5 updated spanish translation (jose maria alonso)
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/es/handbook/hb-install-kernelmodules.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/handbook/hb-install-kernelmodules.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/handbook/hb-install-kernelmodules.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/handbook/hb-install-kernelmodules.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-kernelmodules.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-kernelmodules.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-kernelmodules.xml 13 Apr 2008 19:28:25 -0000 1.1
21 +++ hb-install-kernelmodules.xml 31 Mar 2009 12:16:24 -0000 1.2
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-kernelmodules.xml,v 1.1 2008/04/13 19:28:25 yoswink Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-kernelmodules.xml,v 1.2 2009/03/31 12:16:24 chiguire Exp $ -->
26 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27
28 <included>
29
30 -<version>1</version>
31 -<date>2008-03-02</date>
32 +<version>2</version>
33 +<date>2009-03-28</date>
34
35 <section id="kernelmodules">
36 <title>Configurar los Módulos</title>
37 @@ -24,7 +24,7 @@
38 </p>
39
40 <pre caption="Ver todos los módulos disponibles">
41 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
42 +# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko' | less</i>
43 </pre>
44
45 <p>