summaryrefslogtreecommitdiff
path: root/docs/users_guide/runtime_control.xml
diff options
context:
space:
mode:
authorOrphi <MathematicalOrchid@hotmail.com>2010-12-09 14:41:48 +0000
committerOrphi <MathematicalOrchid@hotmail.com>2010-12-09 14:41:48 +0000
commite5900e2e639e4c8949bf146083a17d966a91216f (patch)
tree7bca8aa4f321e2845285af7917d42671aa99c513 /docs/users_guide/runtime_control.xml
parent890f22ef8eff8dbb5b31fa221dfce65a7b84c202 (diff)
downloadhaskell-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.xml4
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>