Name the right function.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Tue, 8 Jan 2002 09:55:13 +0000 (09:55 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Tue, 8 Jan 2002 09:55:13 +0000 (09:55 +0000)
2002-01-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* glib/tmpl/threads.sgml: Name the right function.

docs/reference/ChangeLog
docs/reference/glib/tmpl/threads.sgml

index 56febee5bce755cc46bf50798747b4b3d2d419b0..666308dfb5c177cd777f19fe4e6b06f7659ae75b 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/tmpl/threads.sgml: Name the right function.
+
 2001-12-23  Matthias Clasen  <matthias@poet.de>
 
        * glib/tmpl/main.sgml, glib/tmpl/string_utils.sgml,
index 5d9220662d10c00a5cba2333ef6db08fcfad7374..36b13d136f7c02ebf51425a2db4250edaeb682e3 100644 (file)
@@ -417,7 +417,7 @@ ignored. Calling
 <para>
 <informalexample>
 <programlisting>
-g_thread_join (retval);
+g_thread_exit (retval);
 </programlisting>
 </informalexample>
 </para>