[commit: ghc] master: Fix name of vanilla RTS way in the user's guide (96cfb11)

git at git.haskell.org git at git.haskell.org
Fri Sep 20 22:42:56 CEST 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/96cfb11075db8076407f2035a451e525f98d826b/ghc

>---------------------------------------------------------------

commit 96cfb11075db8076407f2035a451e525f98d826b
Author: Reid Barton <rwbarton at gmail.com>
Date:   Thu Sep 12 13:21:10 2013 -0400

    Fix name of vanilla RTS way in the user's guide


>---------------------------------------------------------------

96cfb11075db8076407f2035a451e525f98d826b
 docs/users_guide/runtime_control.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/runtime_control.xml b/docs/users_guide/runtime_control.xml
index 3e3ae3f..aed507b 100644
--- a/docs/users_guide/runtime_control.xml
+++ b/docs/users_guide/runtime_control.xml
@@ -1435,7 +1435,7 @@ $ ./a.out +RTS --info
         <term><literal>RTS way</literal></term>
         <listitem>
           <para>The variant (&ldquo;way&rdquo;) of the runtime. The
-          most common values are <literal>rts</literal> (vanilla),
+          most common values are <literal>rts_v</literal> (vanilla),
           <literal>rts_thr</literal> (threaded runtime, i.e. linked using the
           <literal>-threaded</literal> option) and <literal>rts_p</literal>
           (profiling runtime, i.e. linked using the <literal>-prof</literal>




More information about the ghc-commits mailing list