From: Sebastian Wilhelmi Date: Wed, 28 Nov 2001 16:51:19 +0000 (+0000) Subject: Fix g_usleep docs. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0d189bad07798a52cbaccfbd5ae81f61b2764c71;p=dana%2Fcg-glib.git Fix g_usleep docs. 2001-11-28 Sebastian Wilhelmi * glib/tmpl/date.sgml: Fix g_usleep docs. --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index fae00bb9..eca97281 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2001-11-28 Sebastian Wilhelmi + + * glib/tmpl/date.sgml: Fix g_usleep docs. + 2001-11-26 Matthias Clasen * glib/tmpl/trees-binary.sgml: Document G_LEVEL_ORDER better. diff --git a/docs/reference/glib/tmpl/date.sgml b/docs/reference/glib/tmpl/date.sgml index 5fe01913..688480dd 100644 --- a/docs/reference/glib/tmpl/date.sgml +++ b/docs/reference/glib/tmpl/date.sgml @@ -92,10 +92,11 @@ Win32. Returns the current time. -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. @microseconds: number of microseconds to pause.