diff --git a/docs/users_guide/runtime_control.xml b/docs/users_guide/runtime_control.xml index aed507b4fd6cdb74b2696b35f6156b576eb5dca8..32edc3faecf317ecad321dbca25cb4e28a686d7c 100644 --- a/docs/users_guide/runtime_control.xml +++ b/docs/users_guide/runtime_control.xml @@ -679,7 +679,8 @@ $ ./prog -f +RTS -H32m -S -RTS -h foo bar <para>[Default: 8M] Set the maximum stack size for an individual thread to <replaceable>size</replaceable> bytes. If the thread attempts to exceed this limit, it will - be send the <literal>StackOverflow</literal> exception. + be sent the <literal>StackOverflow</literal> exception. The + limit can be disabled entiredly by specifying a size of zero. </para> <para> This option is there mainly to stop the program eating up