Gentoo Archives: gentoo-doc-cvs

From: Alin Dobre <alin@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: alsa-guide.xml
Date: Sat, 16 Jul 2005 11:46:00
Message-Id: 200507161145.j6GBjQwE005275@robin.gentoo.org
1 alin 05/07/16 11:45:41
2
3 Modified: xml/htdocs/doc/en alsa-guide.xml
4 Log:
5 - killing a program with KILL (-9) signal is recommended only when it's
6 really necesarry. Instead, using the default signal (TERM) should kill
7 [in this case] udevd without any problems. Also, -9 may cause an unclean
8 exit for the program (if it does not handle the signal properly).
9 - surrounded /dev with <path>
10
11 Revision Changes Path
12 1.58 +6 -6 xml/htdocs/doc/en/alsa-guide.xml
13
14 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/alsa-guide.xml?rev=1.58&content-type=text/x-cvsweb-markup&cvsroot=gentoo
15 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/alsa-guide.xml?rev=1.58&content-type=text/plain&cvsroot=gentoo
16 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/alsa-guide.xml.diff?r1=1.57&r2=1.58&cvsroot=gentoo
17
18 Index: alsa-guide.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v
21 retrieving revision 1.57
22 retrieving revision 1.58
23 diff -u -r1.57 -r1.58
24 --- alsa-guide.xml 14 Jul 2005 19:22:54 -0000 1.57
25 +++ alsa-guide.xml 16 Jul 2005 11:45:41 -0000 1.58
26 @@ -1,5 +1,5 @@
27 <?xml version='1.0' encoding="UTF-8"?>
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.57 2005/07/14 19:22:54 fox2mike Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.58 2005/07/16 11:45:41 alin Exp $ -->
30
31 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
32
33 @@ -18,8 +18,8 @@
34 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>2.6</version>
38 -<date>2005-07-14</date>
39 +<version>2.7</version>
40 +<date>2005-07-16</date>
41
42 <chapter>
43 <title>Introduction</title>
44 @@ -543,9 +543,9 @@
45 <impo>
46 If you have issues starting up <c>alsamixer</c> and get errors such as
47 alsamixer: function snd_ctl_open failed for default: No such file or directory,
48 -this is usually an issue with udev setting up the devices. Run <c>killall -9
49 -udevd; udevstart</c> to reload /dev entries and fire up <c>alsamixer</c>. It
50 -should solve the issue.
51 +this is usually an issue with udev setting up the devices. Run <c>killall
52 +udevd; udevstart</c> to reload <path>/dev</path> entries and fire up
53 +<c>alsamixer</c>. It should solve the issue.
54 </impo>
55
56 <p>
57
58
59
60 --
61 gentoo-doc-cvs@g.o mailing list