vanquirius 05/07/26 17:28:11 Modified: xml/htdocs/doc/en alsa-guide.xml Log: fix a couple of typos
Revision Changes Path 1.59 +6 -6 xml/htdocs/doc/en/alsa-guide.xml 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 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 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 Index: alsa-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- alsa-guide.xml 16 Jul 2005 11:45:41 -0000 1.58 +++ alsa-guide.xml 26 Jul 2005 17:28:11 -0000 1.59 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.58 2005/07/16 11:45:41 alin Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.59 2005/07/26 17:28:11 vanquirius Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -19,7 +19,7 @@ <license/> <version>2.7</version> -<date>2005-07-16</date> +<date>2005-07-26</date> <chapter> <title>Introduction</title> @@ -338,7 +338,7 @@ <pre caption="Adding ALSA_CARDS to make.conf"> <comment>(For one sound card)</comment> ALSA_CARDS="emu10k1" -<comment>(For more than one, seperate names with spaces)</comment> +<comment>(For more than one, separate names with spaces)</comment> ALSA_CARDS="emu10k1 via82xx" </pre> @@ -489,7 +489,7 @@ to be setup. Rule of thumb in a *nix OS : Do not run as root unless needed. This applies here as well ;) How? Well, most of the times you should be logged in as a user and would like to listen to music or access your soundcard. For -that to happen, you need to be in the "audio" group. At this point, we'll add +that to happen, you need to be in the "audio" group. At this point, we'll add users to the audio group, so that they won't have any issues when they want to access sound devices. We'll use <c>gpasswd</c> here and you need to be logged in as root for this to work. @@ -607,7 +607,7 @@ configured and working. </p> -<pre caption="Bring on th static"> +<pre caption="Bring on the static"> # <i>cat /dev/urandom > /dev/dsp</i> </pre> @@ -672,7 +672,7 @@ </body> </section> <section> -<title> ALSA and USE</title> +<title>ALSA and USE</title> <body> <p> -- [email protected] mailing list
