[commit: ghc] master: users guide: Tweak wording of RTS -Nmax description (0a04837)
git at git.haskell.org
git at git.haskell.org
Thu Jan 7 00:20:50 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0a04837a98a8226aa68ff95efd693db126b2d027/ghc
>---------------------------------------------------------------
commit 0a04837a98a8226aa68ff95efd693db126b2d027
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Jan 7 00:08:52 2016 +0100
users guide: Tweak wording of RTS -Nmax description
>---------------------------------------------------------------
0a04837a98a8226aa68ff95efd693db126b2d027
docs/users_guide/8.0.1-notes.rst | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/docs/users_guide/8.0.1-notes.rst b/docs/users_guide/8.0.1-notes.rst
index 33a5c39..b4957ab 100644
--- a/docs/users_guide/8.0.1-notes.rst
+++ b/docs/users_guide/8.0.1-notes.rst
@@ -41,8 +41,6 @@ The highlights, since the 7.10 branch, are:
- A rewritten (and greatly improved) pattern exhaustiveness checker
-- ``-maxN(x)`` added to compliment ``-N``
-
- GHC can run the interpreter in a separate process (see
:ref:`external-interpreter`), and the interpreter can now run profiled
code.
@@ -360,8 +358,8 @@ Runtime system
- Support for performance monitoring with PAPI has been dropped.
-- ``-maxN(x)`` flag added to compliment ``-N``, it will choose to use at most
- (x) capabilities, limited by the number of processors as ``-N`` is.
+- ``-maxN⟨x⟩`` flag added to complement ``-N``. It will choose to use at most
+ ⟨x⟩ capabilities, limited by the number of processors as ``-N`` is.
Build system
~~~~~~~~~~~~
More information about the ghc-commits
mailing list