Gentoo Archives: gentoo-commits

From: "Damian Kuras (shadow)" <shadow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/pl/handbook: hb-install-kernelmodules.xml
Date: Tue, 07 Apr 2009 19:22:37
Message-Id: E1LrGsU-0007tU-7J@stork.gentoo.org
1 shadow 09/04/07 19:22:34
2
3 Modified: hb-install-kernelmodules.xml
4 Log:
5 sync to 1.2
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/pl/handbook/hb-install-kernelmodules.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/handbook/hb-install-kernelmodules.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/handbook/hb-install-kernelmodules.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/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/pl/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 4 Apr 2008 12:10:29 -0000 1.1
21 +++ hb-install-kernelmodules.xml 7 Apr 2009 19:22:34 -0000 1.2
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/pl/handbook/hb-install-kernelmodules.xml,v 1.1 2008/04/04 12:10:29 shadow Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/pl/handbook/hb-install-kernelmodules.xml,v 1.2 2009/04/07 19:22:34 shadow 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>Konfiguracja modułów jądra</title>
37 @@ -23,7 +23,7 @@
38 </p>
39
40 <pre caption="Znajdowanie dostępnych modułów">
41 -# <i>find /lib/modules/&lt;wersja-jądra&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>