Repository : ssh://[email protected]/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/80a53aa22788ce93883f2c7ba4d086f122f79612/ghc
>--------------------------------------------------------------- commit 80a53aa22788ce93883f2c7ba4d086f122f79612 Author: Austin Seipp <[email protected]> Date: Mon Sep 9 22:11:51 2013 -0500 More release note fixes. This is what I get for being so hasty for release notes. Signed-off-by: Austin Seipp <[email protected]> >--------------------------------------------------------------- 80a53aa22788ce93883f2c7ba4d086f122f79612 docs/users_guide/7.8.1-notes.xml | 6 ------ docs/users_guide/flags.xml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml index 0027d5f..21f5419 100644 --- a/docs/users_guide/7.8.1-notes.xml +++ b/docs/users_guide/7.8.1-notes.xml @@ -184,12 +184,6 @@ <literal>-jN</literal> in order to compile <replaceable>N</replaceable> modules in parallel. </para> - - <para> - Note that if you wish for GHC to use multiple cores, - you will need to use the <literal>+RTS -N</literal> - flag. - </para> </listitem> </itemizedlist> </sect2> diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 8afe095..43f843d 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -2985,7 +2985,7 @@ <tbody> <row> <entry><option>-j <replaceable>N</replaceable></option></entry> - <entry>When compiling with <literal>--make</literal>, compile <replaceable>N</replaceable></entry> + <entry>When compiling with <literal>--make</literal>, compile <replaceable>N</replaceable> modules in parallel.</entry> <entry>dynamic</entry> <entry>-</entry> </row> _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
