Mercurial > hg > Members > kono > nitros9-code
annotate docs/ccguide/sleep.refentry @ 2106:c4c7facbd082
Fixed up some warnings
author | boisy |
---|---|
date | Sat, 07 Oct 2006 12:11:22 +0000 |
parents | 57b5e715a417 |
children |
rev | line source |
---|---|
466 | 1 <refentry id="sleep"> |
2 <refnamediv> | |
528 | 3 <refname>Sleep</refname> |
4 <refpurpose>stop execution for a time</refpurpose> | |
466 | 5 </refnamediv> |
6 | |
7 <refsynopsisdiv> | |
8 <funcsynopsis> | |
9 <funcprototype> | |
10 <funcdef><function>sleep</function></funcdef> | |
993
57b5e715a417
The make_hp_files.py is a script to extract help (.HP) files from refentries
roug
parents:
528
diff
changeset
|
11 <paramdef>int <parameter>seconds</parameter></paramdef> |
466 | 12 </funcprototype> |
13 </funcsynopsis> | |
14 </refsynopsisdiv> | |
15 | |
16 <refsect1><title>Description</title> | |
17 <para> | |
528 | 18 The current task is stopped for the specified time. |
19 </para> | |
20 <para> | |
21 If "seconds" is zero, the task will sleep for one tick. | |
466 | 22 </para> |
23 </refsect1> | |
24 </refentry> |