[commit: ghc] ghc-8.0: users guide: Tweak wording of RTS -Nmax description (b37472b)

git at git.haskell.org git at git.haskell.org
Fri Jan 8 11:25:07 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/b37472bcf77c75ce506a1189ee4a9e4ef6f33f3f/ghc

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

commit b37472bcf77c75ce506a1189ee4a9e4ef6f33f3f
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
    
    (cherry picked from commit 0a04837a98a8226aa68ff95efd693db126b2d027)


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

b37472bcf77c75ce506a1189ee4a9e4ef6f33f3f
 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 252244d..f79da4f 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.
@@ -355,8 +353,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