Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: alsa-guide.xml
Date: Thu, 06 Jul 2006 19:51:31
Message-Id: 20060706195107.7F0396431D@smtp.gentoo.org
1 rane 06/07/06 19:51:07
2
3 Modified: alsa-guide.xml
4 Log:
5 #138845, replaced KERNELVER with more elite 2.6.16-gentoo-r9
6
7 Revision Changes Path
8 1.68 xml/htdocs/doc/en/alsa-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/alsa-guide.xml?rev=1.68&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/alsa-guide.xml?rev=1.68&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/alsa-guide.xml.diff?r1=1.67&r2=1.68&cvsroot=gentoo
13
14 Index: alsa-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v
17 retrieving revision 1.67
18 retrieving revision 1.68
19 diff -u -r1.67 -r1.68
20 --- alsa-guide.xml 27 May 2006 13:59:35 -0000 1.67
21 +++ alsa-guide.xml 6 Jul 2006 19:51:06 -0000 1.68
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.67 2006/05/27 13:59:35 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.68 2006/07/06 19:51:06 rane Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -18,8 +18,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>2.13</version>
34 -<date>2006-05-27</date>
35 +<version>2.14</version>
36 +<date>2006-06-06</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -785,8 +785,7 @@
41 </p>
42
43 <pre caption="Removing the alsa-driver modules">
44 -<comment>(Replace KERNELVER with your kernel version)</comment>
45 -# <i>rm -rf /lib/modules/KERNELVER/alsa-driver</i>
46 +# <i>rm -rf /lib/modules/$(uname -r)/alsa-driver</i>
47 </pre>
48
49 <p>
50
51
52
53 --
54 gentoo-doc-cvs@g.o mailing list