Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-kernel.xml hb-install-arm-kernel.xml hb-install-hppa-kernel.xml hb-install-ia64-kernel.xml hb-install-mips-kernel.xml hb-install-ppc-kernel.xml hb-install-ppc64-kernel.xml hb-install-sparc-kernel.xml hb-install-x86+amd64-kernel.xml
Date: Sun, 29 Jul 2007 22:48:24
Message-Id: E1IFHYO-0004TU-A0@stork.gentoo.org
1 nightmorph 07/07/29 22:48:00
2
3 Modified: hb-install-alpha-kernel.xml
4 hb-install-arm-kernel.xml
5 hb-install-hppa-kernel.xml
6 hb-install-ia64-kernel.xml
7 hb-install-mips-kernel.xml
8 hb-install-ppc-kernel.xml
9 hb-install-ppc64-kernel.xml
10 hb-install-sparc-kernel.xml
11 hb-install-x86+amd64-kernel.xml
12 Log:
13 use a simple modprobe -l command, bug 187000
14
15 Revision Changes Path
16 1.42 xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml
17
18 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.42&view=markup
19 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?rev=1.42&content-type=text/plain
20 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml?r1=1.41&r2=1.42
21
22 Index: hb-install-alpha-kernel.xml
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v
25 retrieving revision 1.41
26 retrieving revision 1.42
27 diff -u -r1.41 -r1.42
28 --- hb-install-alpha-kernel.xml 20 May 2007 20:32:23 -0000 1.41
29 +++ hb-install-alpha-kernel.xml 29 Jul 2007 22:48:00 -0000 1.42
30 @@ -4,12 +4,12 @@
31 <!-- The content of this document is licensed under the CC-BY-SA license -->
32 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
33
34 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.41 2007/05/20 20:32:23 nightmorph Exp $ -->
35 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.42 2007/07/29 22:48:00 nightmorph Exp $ -->
36
37 <sections>
38
39 -<version>8.1</version>
40 -<date>2007-05-15</date>
41 +<version>8.2</version>
42 +<date>2007-07-29</date>
43
44 <section>
45 <title>Timezone</title>
46 @@ -359,13 +359,11 @@
47 </p>
48
49 <p>
50 -To view all available modules, run the following <c>find</c> command. Don't
51 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
52 -just compiled:
53 +To view all available modules, run the following command:
54 </p>
55
56 <pre caption="Viewing all available modules">
57 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
58 +# <i>modprobe -l</i>
59 </pre>
60
61 <p>
62
63
64
65 1.9 xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.9&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?rev=1.9&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml?r1=1.8&r2=1.9
70
71 Index: hb-install-arm-kernel.xml
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v
74 retrieving revision 1.8
75 retrieving revision 1.9
76 diff -u -r1.8 -r1.9
77 --- hb-install-arm-kernel.xml 27 Jul 2007 18:38:09 -0000 1.8
78 +++ hb-install-arm-kernel.xml 29 Jul 2007 22:48:00 -0000 1.9
79 @@ -4,12 +4,12 @@
80 <!-- The content of this document is licensed under the CC-BY-SA license -->
81 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
82
83 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v 1.8 2007/07/27 18:38:09 swift Exp $ -->
84 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-kernel.xml,v 1.9 2007/07/29 22:48:00 nightmorph Exp $ -->
85
86 <sections>
87
88 -<version>8.2</version>
89 -<date>2007-07-27</date>
90 +<version>8.3</version>
91 +<date>2007-07-29</date>
92
93 <section>
94 <title>Timezone</title>
95 @@ -307,13 +307,11 @@
96 </p>
97
98 <p>
99 -To view all available modules, run the following <c>find</c> command. Don't
100 -forget to substitute <c><keyval id="kernel-version"/></c> with the version of
101 -the kernel you just compiled:
102 +To view all available modules, run the following command:
103 </p>
104
105 <pre caption="Viewing all available modules">
106 -# <i>find /lib/modules/<keyval id="kernel-version"/>/ -type f -iname '*.o' -or -iname '*.ko'</i>
107 +# <i>modprobe -l</i>
108 </pre>
109
110 <p>
111
112
113
114 1.42 xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml
115
116 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.42&view=markup
117 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?rev=1.42&content-type=text/plain
118 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml?r1=1.41&r2=1.42
119
120 Index: hb-install-hppa-kernel.xml
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v
123 retrieving revision 1.41
124 retrieving revision 1.42
125 diff -u -r1.41 -r1.42
126 --- hb-install-hppa-kernel.xml 20 May 2007 20:32:23 -0000 1.41
127 +++ hb-install-hppa-kernel.xml 29 Jul 2007 22:48:00 -0000 1.42
128 @@ -4,12 +4,12 @@
129 <!-- The content of this document is licensed under the CC-BY-SA license -->
130 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
131
132 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.41 2007/05/20 20:32:23 nightmorph Exp $ -->
133 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.42 2007/07/29 22:48:00 nightmorph Exp $ -->
134
135 <sections>
136
137 -<version>8.1</version>
138 -<date>2007-05-15</date>
139 +<version>8.2</version>
140 +<date>2007-07-29</date>
141
142 <section>
143 <title>Timezone</title>
144 @@ -354,13 +354,11 @@
145 </p>
146
147 <p>
148 -To view all available modules, run the following <c>find</c> command. Don't
149 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
150 -just compiled:
151 +To view all available modules, run the following command:
152 </p>
153
154 <pre caption="Viewing all available modules">
155 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
156 +# <i>modprobe -l</i>
157 </pre>
158
159 <p>
160
161
162
163 1.10 xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml
164
165 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.10&view=markup
166 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.10&content-type=text/plain
167 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.9&r2=1.10
168
169 Index: hb-install-ia64-kernel.xml
170 ===================================================================
171 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
172 retrieving revision 1.9
173 retrieving revision 1.10
174 diff -u -r1.9 -r1.10
175 --- hb-install-ia64-kernel.xml 27 Jul 2007 18:38:09 -0000 1.9
176 +++ hb-install-ia64-kernel.xml 29 Jul 2007 22:48:00 -0000 1.10
177 @@ -4,12 +4,12 @@
178 <!-- The content of this document is licensed under the CC-BY-SA license -->
179 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
180
181 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.9 2007/07/27 18:38:09 swift Exp $ -->
182 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.10 2007/07/29 22:48:00 nightmorph Exp $ -->
183
184 <sections>
185
186 -<version>8.2</version>
187 -<date>2007-07-27</date>
188 +<version>8.3</version>
189 +<date>2007-07-29</date>
190
191 <section>
192 <title>Timezone</title>
193 @@ -359,13 +359,11 @@
194 </p>
195
196 <p>
197 -To view all available modules, run the following <c>find</c> command. Don't
198 -forget to substitute <c><keyval id="kernel-version"/></c> with the version of
199 -the kernel you just compiled:
200 +To view all available modules, run the following command:
201 </p>
202
203 <pre caption="Viewing all available modules">
204 -# <i>find /lib/modules/<keyval id="kernel-version"/>/ -type f -iname '*.o' -or -iname '*.ko'</i>
205 +# <i>modprobe -l</i>
206 </pre>
207
208 <p>
209
210
211
212 1.28 xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml
213
214 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.28&view=markup
215 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.28&content-type=text/plain
216 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?r1=1.27&r2=1.28
217
218 Index: hb-install-mips-kernel.xml
219 ===================================================================
220 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
221 retrieving revision 1.27
222 retrieving revision 1.28
223 diff -u -r1.27 -r1.28
224 --- hb-install-mips-kernel.xml 20 May 2007 20:32:23 -0000 1.27
225 +++ hb-install-mips-kernel.xml 29 Jul 2007 22:48:00 -0000 1.28
226 @@ -4,11 +4,11 @@
227 <!-- The content of this document is licensed under the CC-BY-SA license -->
228 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
229
230 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 1.27 2007/05/20 20:32:23 nightmorph Exp $ -->
231 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 1.28 2007/07/29 22:48:00 nightmorph Exp $ -->
232 <sections>
233
234 -<version>8.1</version>
235 -<date>2007-05-15</date>
236 +<version>8.2</version>
237 +<date>2007-07-29</date>
238
239 <section>
240 <title>Timezone</title>
241 @@ -302,13 +302,11 @@
242 </p>
243
244 <p>
245 -To view all available modules, run the following <c>find</c> command. Don't
246 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel
247 -you just compiled:
248 +To view all available modules, run the following command:
249 </p>
250
251 <pre caption="Viewing all available modules">
252 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
253 +# <i>modprobe -l</i>
254 </pre>
255
256 <p>
257
258
259
260 1.55 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
261
262 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.55&view=markup
263 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.55&content-type=text/plain
264 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.54&r2=1.55
265
266 Index: hb-install-ppc-kernel.xml
267 ===================================================================
268 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
269 retrieving revision 1.54
270 retrieving revision 1.55
271 diff -u -r1.54 -r1.55
272 --- hb-install-ppc-kernel.xml 13 Jul 2007 08:40:58 -0000 1.54
273 +++ hb-install-ppc-kernel.xml 29 Jul 2007 22:48:00 -0000 1.55
274 @@ -4,12 +4,12 @@
275 <!-- The content of this document is licensed under the CC-BY-SA license -->
276 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
277
278 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.54 2007/07/13 08:40:58 nightmorph Exp $ -->
279 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.55 2007/07/29 22:48:00 nightmorph Exp $ -->
280
281 <sections>
282
283 -<version>8.2</version>
284 -<date>2007-05-21</date>
285 +<version>8.3</version>
286 +<date>2007-07-29</date>
287
288 <section>
289 <title>Timezone</title>
290 @@ -357,13 +357,11 @@
291 </p>
292
293 <p>
294 -To view all available modules, run the following <c>find</c> command. Don't
295 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
296 -just compiled:
297 +To view all available modules, run the following command:
298 </p>
299
300 <pre caption="Viewing all available modules">
301 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
302 +# <i>modprobe -l</i>
303 </pre>
304
305 <p>
306
307
308
309 1.31 xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml
310
311 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.31&view=markup
312 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.31&content-type=text/plain
313 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?r1=1.30&r2=1.31
314
315 Index: hb-install-ppc64-kernel.xml
316 ===================================================================
317 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
318 retrieving revision 1.30
319 retrieving revision 1.31
320 diff -u -r1.30 -r1.31
321 --- hb-install-ppc64-kernel.xml 20 May 2007 20:32:23 -0000 1.30
322 +++ hb-install-ppc64-kernel.xml 29 Jul 2007 22:48:00 -0000 1.31
323 @@ -4,12 +4,12 @@
324 <!-- The content of this document is licensed under the CC-BY-SA license -->
325 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
326
327 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.30 2007/05/20 20:32:23 nightmorph Exp $ -->
328 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 1.31 2007/07/29 22:48:00 nightmorph Exp $ -->
329
330 <sections>
331
332 -<version>8.1</version>
333 -<date>2007-05-15</date>
334 +<version>8.2</version>
335 +<date>2007-07-29</date>
336
337 <section>
338 <title>Timezone</title>
339 @@ -244,13 +244,11 @@
340 </p>
341
342 <p>
343 -To view all available modules, run the following <c>find</c> command. Don't
344 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
345 -just compiled:
346 +To view all available modules, run the following command:
347 </p>
348
349 <pre caption="Viewing all available modules">
350 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
351 +# <i>modprobe -l</i>
352 </pre>
353
354 <p>
355
356
357
358 1.30 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml
359
360 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.30&view=markup
361 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.30&content-type=text/plain
362 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?r1=1.29&r2=1.30
363
364 Index: hb-install-sparc-kernel.xml
365 ===================================================================
366 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
367 retrieving revision 1.29
368 retrieving revision 1.30
369 diff -u -r1.29 -r1.30
370 --- hb-install-sparc-kernel.xml 20 May 2007 20:32:23 -0000 1.29
371 +++ hb-install-sparc-kernel.xml 29 Jul 2007 22:48:00 -0000 1.30
372 @@ -4,12 +4,12 @@
373 <!-- The content of this document is licensed under the CC-BY-SA license -->
374 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
375
376 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.29 2007/05/20 20:32:23 nightmorph Exp $ -->
377 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.30 2007/07/29 22:48:00 nightmorph Exp $ -->
378
379 <sections>
380
381 -<version>8.1</version>
382 -<date>2007-05-15</date>
383 +<version>8.2</version>
384 +<date>2007-07-29</date>
385
386 <section>
387 <title>Timezone</title>
388 @@ -297,13 +297,11 @@
389 </p>
390
391 <p>
392 -To view all available modules, run the following <c>find</c> command. Don't
393 -forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
394 -just compiled:
395 +To view all available modules, run the following command:
396 </p>
397
398 <pre caption="Viewing all available modules">
399 -# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
400 +# <i>modprobe -l</i>
401 </pre>
402
403 <p>
404
405
406
407 1.15 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
408
409 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.15&view=markup
410 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.15&content-type=text/plain
411 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.14&r2=1.15
412
413 Index: hb-install-x86+amd64-kernel.xml
414 ===================================================================
415 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
416 retrieving revision 1.14
417 retrieving revision 1.15
418 diff -u -r1.14 -r1.15
419 --- hb-install-x86+amd64-kernel.xml 27 Jul 2007 18:38:09 -0000 1.14
420 +++ hb-install-x86+amd64-kernel.xml 29 Jul 2007 22:48:00 -0000 1.15
421 @@ -4,7 +4,7 @@
422 <!-- The content of this document is licensed under the CC-BY-SA license -->
423 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
424
425 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.14 2007/07/27 18:38:09 swift Exp $ -->
426 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.15 2007/07/29 22:48:00 nightmorph Exp $ -->
427
428 <sections>
429
430 @@ -13,8 +13,8 @@
431 explains how to configure your kernel.
432 </abstract>
433
434 -<version>5.2</version>
435 -<date>2007-07-27</date>
436 +<version>5.3</version>
437 +<date>2007-07-29</date>
438
439 <section>
440 <title>Timezone</title>
441 @@ -466,13 +466,11 @@
442 </p>
443
444 <p>
445 -To view all available modules, run the following <c>find</c> command. Don't
446 -forget to substitute <c><keyval id="kernel-version"/></c> with the version of
447 -the kernel you just compiled:
448 +To view all available modules, run the following command:
449 </p>
450
451 <pre caption="Viewing all available modules">
452 -# <i>find /lib/modules/<keyval id="kernel-version"/>/ -type f -iname '*.o' -or -iname '*.ko'</i>
453 +# <i>modprobe -l</i>
454 </pre>
455
456 <p>
457
458
459
460 --
461 gentoo-doc-cvs@g.o mailing list