diff options
author | Orphi <MathematicalOrchid@hotmail.com> | 2010-12-09 14:41:48 +0000 |
---|---|---|
committer | Orphi <MathematicalOrchid@hotmail.com> | 2010-12-09 14:41:48 +0000 |
commit | e5900e2e639e4c8949bf146083a17d966a91216f (patch) | |
tree | 7bca8aa4f321e2845285af7917d42671aa99c513 /docs/users_guide/runtime_control.xml | |
parent | 890f22ef8eff8dbb5b31fa221dfce65a7b84c202 (diff) | |
download | haskell-e5900e2e639e4c8949bf146083a17d966a91216f.tar.gz |
FIX #4826 partially: Change -f to -? in User Guide section F4.16
Diffstat (limited to 'docs/users_guide/runtime_control.xml')
-rw-r--r-- | docs/users_guide/runtime_control.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/runtime_control.xml b/docs/users_guide/runtime_control.xml index 0e13f0e933..b6cc1abaeb 100644 --- a/docs/users_guide/runtime_control.xml +++ b/docs/users_guide/runtime_control.xml @@ -49,8 +49,8 @@ wraparound in the counters is <emphasis>your</emphasis> fault!)</para> - <para>Giving a <literal>+RTS -f</literal> - <indexterm><primary><option>-f</option></primary><secondary>RTS option</secondary></indexterm> option + <para>Giving a <literal>+RTS -?</literal> + <indexterm><primary><option>-?</option></primary><secondary>RTS option</secondary></indexterm> option will print out the RTS options actually available in your program (which vary, depending on how you compiled).</para> |