Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b1bd566a40d3cfe3db51aa1399b293cdbceff185 >--------------------------------------------------------------- commit b1bd566a40d3cfe3db51aa1399b293cdbceff185 Author: Simon Marlow <[email protected]> Date: Mon Feb 27 13:17:40 2012 +0000 Remove documentation that a feature was missing, because it is not. (#5896) >--------------------------------------------------------------- docs/users_guide/using.xml | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index ca28fc3..4a99b88 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -2177,17 +2177,10 @@ f "2" = 2 enabling the parallel garbage collector (see <xref linkend="rts-options-gc" />).</para> - <para>There is no means (currently) by which this value - may vary after the program has started.</para> - <para>The current value of the <option>-N</option> option is available to the Haskell program via <literal>Control.Concurrent.getNumCapabilities</literal>, and it may be changed while the program is running by - calling <literal>Control.Concurrent.setNumCapabilities</literal>. - Note: in the current implementation, - the <option>-N</option> value may only - be <emphasis>increased</emphasis>, not decreased, by calling <literal>Control.Concurrent.setNumCapabilities</literal>.</para> </listitem> </varlistentry> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
