Documentation for --install-signal-handlers=<yes|no>
authorIan Lynagh <igloo@earth.li>
Thu, 22 Mar 2007 18:46:07 +0000 (18:46 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 22 Mar 2007 18:46:07 +0000 (18:46 +0000)
docs/users_guide/runtime_control.xml

index 77c72be..e89f340 100644 (file)
          increase the resolution of the time profiler.</para>
        </listitem>
      </varlistentry>
+
+     <varlistentry>
+       <term><option>--install-signal-handlers=<replaceable>yes|no</replaceable></option>
+       <indexterm><primary><option>--install-signal-handlers</option></primary><secondary>RTS
+       option</secondary></indexterm></term>
+       <listitem>
+         <para>If yes (the default), the RTS installs signal handlers to catch
+         things like ctrl-C. This option is primarily useful for when
+         you are using the Haskell code as a DLL, and want to set your
+         own signal handlers.</para>
+       </listitem>
+     </varlistentry>
     </variablelist>
   </sect2>