Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: l-posix3.xml
Date: Sat, 10 Sep 2005 21:37:09
Message-Id: 200509102132.j8ALWsLY031750@robin.gentoo.org
1 rane 05/09/10 21:36:57
2
3 Modified: xml/htdocs/doc/en/articles l-posix3.xml
4 Log:
5 typo fix from #105306
6
7 Revision Changes Path
8 1.4 +4 -4 xml/htdocs/doc/en/articles/l-posix3.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix3.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix3.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix3.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
13
14 Index: l-posix3.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- l-posix3.xml 10 Sep 2005 21:20:16 -0000 1.3
21 +++ l-posix3.xml 10 Sep 2005 21:36:57 -0000 1.4
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v 1.4 2005/09/10 21:36:57 rane Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/articles/l-posix3.xml">
29 @@ -23,8 +23,8 @@
30 version of the original article, and contains various improvements made by the
31 Gentoo Linux Documentation team -->
32
33 -<version>1.1</version>
34 -<date>2005-07-28</date>
35 +<version>1.2</version>
36 +<date>2005-09-10</date>
37
38 <chapter>
39 <title>Improve efficiency with condition variables</title>
40 @@ -251,7 +251,7 @@
41 }
42 int control_activate(data_control *mycontrol) {
43 int mystatus;
44 - if (pthread_mutex_lock&amp;(mycontrol->mutex)))
45 + if (pthread_mutex_lock(&amp;(mycontrol->mutex)))
46 return 0;
47 mycontrol->active=1;
48 pthread_mutex_unlock(&amp;(mycontrol->mutex));
49
50
51
52 --
53 gentoo-doc-cvs@g.o mailing list