Fix g_usleep docs.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Wed, 28 Nov 2001 16:51:19 +0000 (16:51 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Wed, 28 Nov 2001 16:51:19 +0000 (16:51 +0000)
2001-11-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* glib/tmpl/date.sgml: Fix g_usleep docs.

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

index fae00bb..eca9728 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/tmpl/date.sgml: Fix g_usleep docs.
+
 2001-11-26  Matthias Clasen  <matthiasc@poet.de>
 
        * glib/tmpl/trees-binary.sgml: Document G_LEVEL_ORDER better.
index 5fe0191..688480d 100644 (file)
@@ -92,10 +92,11 @@ Win32. Returns the current time.
 
 <!-- ##### FUNCTION g_usleep ##### -->
 <para>
-Pauses the program for the given number of microseconds. There are 1 million
-microseconds per second (represented by the #G_USEC_PER_SEC macro). g_usleep()
-may have limited precision, depending on hardware and operating system; don't
-rely on the exact length of the sleep.
+Pauses the current thread for the given number of microseconds. There
+are 1 million microseconds per second (represented by the
+#G_USEC_PER_SEC macro). g_usleep() may have limited precision,
+depending on hardware and operating system; don't rely on the exact
+length of the sleep.
 </para>
 
 @microseconds: number of microseconds to pause.