changeset 528:85f6bd08ee7e

Finished these entries
author roug
date Fri, 11 Oct 2002 19:11:01 +0000
parents 10d95ea9f140
children 871ccf549428
files docs/ccguide/sleep.refentry
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/docs/ccguide/sleep.refentry	Fri Oct 11 19:11:01 2002 +0000
+++ b/docs/ccguide/sleep.refentry	Fri Oct 11 19:11:01 2002 +0000
@@ -1,22 +1,24 @@
 <refentry id="sleep">
 <refnamediv>
-<refname>sleep</refname>
-<refpurpose>Placeholder</refpurpose>
+<refname>Sleep</refname>
+<refpurpose>stop execution for a time</refpurpose>
 </refnamediv>
 
 <refsynopsisdiv>
 <funcsynopsis>
 <funcprototype>
   <funcdef><function>sleep</function></funcdef>
-  <paramdef>type <parameter>arg1</parameter></paramdef>
+  <paramdef>seconds <parameter>seconds</parameter></paramdef>
 </funcprototype>
 </funcsynopsis>
-
 </refsynopsisdiv>
 
 <refsect1><title>Description</title>
 <para>
-Placeholder
+The current task is stopped for the specified time.
+</para>
+<para>
+If "seconds" is zero, the task will sleep for one tick.
 </para>
 </refsect1>
 </refentry>