[commit: ghc] master: Fix typo in user's manual, changing "-j N" to "-jN". (337bac3)
git at git.haskell.org
git at git.haskell.org
Fri Mar 14 03:35:57 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/337bac31648a1b1261fe241286cf93cb5f09aa12/ghc
>---------------------------------------------------------------
commit 337bac31648a1b1261fe241286cf93cb5f09aa12
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Thu Mar 13 17:20:50 2014 -0400
Fix typo in user's manual, changing "-j N" to "-jN".
>---------------------------------------------------------------
337bac31648a1b1261fe241286cf93cb5f09aa12
docs/users_guide/flags.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index b054fd9..d932813 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -3020,7 +3020,7 @@
</thead>
<tbody>
<row>
- <entry><option>-j <replaceable>N</replaceable></option></entry>
+ <entry><option>-j<replaceable>N</replaceable></option></entry>
<entry>When compiling with <literal>--make</literal>, compile <replaceable>N</replaceable> modules in parallel.</entry>
<entry>dynamic</entry>
<entry>-</entry>
More information about the ghc-commits
mailing list