Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it/handbook: hb-install-kernelmodules.xml
Date: Wed, 01 Apr 2009 22:34:55
Message-Id: E1Lp91J-0006x6-2s@stork.gentoo.org
1 scen 09/04/01 22:34:53
2
3 Modified: hb-install-kernelmodules.xml
4 Log:
5 Version 2, revision 1.2 of EN CVS
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/it/handbook/hb-install-kernelmodules.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-kernelmodules.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-kernelmodules.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/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/it/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 1 Apr 2008 23:14:51 -0000 1.1
21 +++ hb-install-kernelmodules.xml 1 Apr 2009 22:34:53 -0000 1.2
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-kernelmodules.xml,v 1.1 2008/04/01 23:14:51 scen Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-kernelmodules.xml,v 1.2 2009/04/01 22:34:53 scen 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>Configurare i moduli</title>
37 @@ -24,7 +24,7 @@
38 </p>
39
40 <pre caption="Vedere tutti i moduli disponibili">
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>