Fix g_usleep docs.

2001-11-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib/tmpl/date.sgml: Fix g_usleep docs.
This commit is contained in:
Sebastian Wilhelmi 2001-11-28 16:51:19 +00:00 committed by Sebastian Wilhelmi
parent ddc45b8892
commit 0d189bad07
2 changed files with 9 additions and 4 deletions

View 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.

View 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.