view docs/ccguide/pause.refentry @ 557:7d803625ead8

Signal is not finished at all. Missing tag in basic09.appendix
author roug
date Tue, 22 Oct 2002 19:13:01 +0000
parents 73319ee6a57e
children 3cd7606d9c7b
line wrap: on
line source

<refentry id="pause">
<refnamediv>
<refname>Pause</refname>
<refpurpose>halt and wait for interrupt</refpurpose>
</refnamediv>

<refsynopsisdiv>
<funcsynopsis>
<funcprototype>
  <funcdef><function>pause</function></funcdef>
  <paramdef>type <parameter>arg1</parameter></paramdef>
</funcprototype>
</funcsynopsis>

</refsynopsisdiv>

<refsect1><title>Assembler Equivalent</title>
<para>
os9 I$SLEEP (with a value of 0)
</para>
</refsect1>

<refsect1><title>Description</title>
<para>
Placeholder
</para>
</refsect1>

<refsect1><title>See Also</title>
<para>
<link linkend="kill">kill()</link>,
<link linkend="signal">signal()</link>,
OS-9 shell command "kill"
</para>
</refsect1>

</refentry>