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 56febee..666308d 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 5d92206..36b13d1 100644 (file)
@@ -417,7 +417,7 @@ ignored. Calling
 <para>
 <informalexample>
 <programlisting>
-g_thread_join (retval);
+g_thread_exit (retval);
 </programlisting>
 </informalexample>
 </para>