#5896: Three documentations inaccuracies related to concurrency.
---------------------------------+------------------------------------------
    Reporter:  MikolajKonarski   |       Owner:  simonmar         
        Type:  bug               |      Status:  new              
    Priority:  normal            |   Milestone:  7.4.2            
   Component:  Documentation     |     Version:  7.4.1            
    Keywords:                    |          Os:  Unknown/Multiple 
Architecture:  Unknown/Multiple  |     Failure:  Documentation bug
  Difficulty:  Unknown           |    Testcase:                   
   Blockedby:                    |    Blocking:                   
     Related:                    |  
---------------------------------+------------------------------------------
Changes (by simonmar):

  * owner:  => simonmar
  * difficulty:  => Unknown
  * milestone:  => 7.4.2


Comment:

 Thanks for the report.

 Regarding point (1), the help text currently says

 {{{
   -N<n>     Use <n> processors (default: 1)
   -N        Determine the number of processors to use automatically
 }}}

 I think this is correct, but I can see how it might be misinterpreted.
 The usage of the word "default" is consistent with the way we use it in
 the rest of the help text: that is, it refers to the value that the RTS
 will use in the absence of the option, not in the absence of the *value*.
 Please feel free to suggest a change that might help.

 I'll fix points (2) and (3).

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5896#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to