Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/30fc1dc9549e16d925a59cc79832b120c422b699 >--------------------------------------------------------------- commit 30fc1dc9549e16d925a59cc79832b120c422b699 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) MERGED from commit b1bd566a40d3cfe3db51aa1399b293cdbceff185 >--------------------------------------------------------------- docs/users_guide/using.xml | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 1cc0768..8ef5bf9 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -2174,9 +2174,6 @@ 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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
