From: Ian Lynagh Date: Thu, 22 Mar 2007 18:46:07 +0000 (+0000) Subject: Documentation for --install-signal-handlers= X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=78b620de24ceb4621cead67bd642f72749b41052;p=ghc-hetmet.git Documentation for --install-signal-handlers= --- diff --git a/docs/users_guide/runtime_control.xml b/docs/users_guide/runtime_control.xml index 77c72be..e89f340 100644 --- a/docs/users_guide/runtime_control.xml +++ b/docs/users_guide/runtime_control.xml @@ -110,6 +110,18 @@ increase the resolution of the time profiler. + + + + RTS + option + + 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. + +