From 0d189bad07798a52cbaccfbd5ae81f61b2764c71 Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Wed, 28 Nov 2001 16:51:19 +0000 Subject: [PATCH] Fix g_usleep docs. 2001-11-28 Sebastian Wilhelmi * glib/tmpl/date.sgml: Fix g_usleep docs. --- docs/reference/ChangeLog | 4 ++++ docs/reference/glib/tmpl/date.sgml | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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. -- 2.34.1