diff options
Diffstat (limited to 'docs/users_guide/runtime_control.rst')
-rw-r--r-- | docs/users_guide/runtime_control.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst index 2cbcf74047..4c5c437753 100644 --- a/docs/users_guide/runtime_control.rst +++ b/docs/users_guide/runtime_control.rst @@ -81,8 +81,8 @@ command line to go to the program (and not the RTS), use a the program, while ``--`` will. As always, for RTS options that take ⟨size⟩s: If the last character of -⟨size⟩ is a K or k, multiply by 1000; if an M or m, by 1,000,000; if a G -or G, by 1,000,000,000. (And any wraparound in the counters is *your* +⟨size⟩ is a K or k, multiply by 1024; if an M or m, by 1024*1024; if a G +or G, by 1024^3. (And any wraparound in the counters is *your* fault!) Giving a ``+RTS -?`` RTS option will print out the RTS |