Gentoo Archives: gentoo-doc-cvs

From: Marcelo Goes <vanquirius@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: alsa-guide.xml
Date: Tue, 26 Jul 2005 17:28:33
Message-Id: 200507261728.j6QHSGd9007451@robin.gentoo.org
1 vanquirius 05/07/26 17:28:11
2
3 Modified: xml/htdocs/doc/en alsa-guide.xml
4 Log:
5 fix a couple of typos
6
7 Revision Changes Path
8 1.59 +6 -6 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.59&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.59&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.58&r2=1.59&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.58
18 retrieving revision 1.59
19 diff -u -r1.58 -r1.59
20 --- alsa-guide.xml 16 Jul 2005 11:45:41 -0000 1.58
21 +++ alsa-guide.xml 26 Jul 2005 17:28:11 -0000 1.59
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.58 2005/07/16 11:45:41 alin Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.59 2005/07/26 17:28:11 vanquirius Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -19,7 +19,7 @@
30 <license/>
31
32 <version>2.7</version>
33 -<date>2005-07-16</date>
34 +<date>2005-07-26</date>
35
36 <chapter>
37 <title>Introduction</title>
38 @@ -338,7 +338,7 @@
39 <pre caption="Adding ALSA_CARDS to make.conf">
40 <comment>(For one sound card)</comment>
41 ALSA_CARDS="emu10k1"
42 -<comment>(For more than one, seperate names with spaces)</comment>
43 +<comment>(For more than one, separate names with spaces)</comment>
44 ALSA_CARDS="emu10k1 via82xx"
45 </pre>
46
47 @@ -489,7 +489,7 @@
48 to be setup. Rule of thumb in a *nix OS : Do not run as root unless needed.
49 This applies here as well ;) How? Well, most of the times you should be logged
50 in as a user and would like to listen to music or access your soundcard. For
51 -that to happen, you need to be in the "audio" group. At this point, we'll add
52 +that to happen, you need to be in the "audio" group. At this point, we'll add
53 users to the audio group, so that they won't have any issues when they want to
54 access sound devices. We'll use <c>gpasswd</c> here and you need to be logged in
55 as root for this to work.
56 @@ -607,7 +607,7 @@
57 configured and working.
58 </p>
59
60 -<pre caption="Bring on th static">
61 +<pre caption="Bring on the static">
62 # <i>cat /dev/urandom > /dev/dsp</i>
63 </pre>
64
65 @@ -672,7 +672,7 @@
66 </body>
67 </section>
68 <section>
69 -<title> ALSA and USE</title>
70 +<title>ALSA and USE</title>
71 <body>
72
73 <p>
74
75
76
77 --
78 gentoo-doc-cvs@g.o mailing list