summaryrefslogtreecommitdiff
path: root/docs/users_guide/ffi-chap.xml
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-06-22 13:21:40 +0100
committerIan Lynagh <ian@well-typed.com>2013-06-22 13:21:40 +0100
commit74a800bc02c532f9d291e8e2ce71a4c117edb2b6 (patch)
tree466e0563942c5a475e73e2a080ace1955f5dc734 /docs/users_guide/ffi-chap.xml
parent0cb19bc40ff8c82d1f1598301b0296eb920b4012 (diff)
downloadhaskell-74a800bc02c532f9d291e8e2ce71a4c117edb2b6.tar.gz
Use consistent dashes in the user guide
We were using a mixture of "&ndash;&ndash;" and "--". We now consistently use "--", which has the advantage that copy/pasting flags will work.
Diffstat (limited to 'docs/users_guide/ffi-chap.xml')
-rw-r--r--docs/users_guide/ffi-chap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml
index a2fe177612..32f714851f 100644
--- a/docs/users_guide/ffi-chap.xml
+++ b/docs/users_guide/ffi-chap.xml
@@ -274,7 +274,7 @@ extern HsInt foo(HsInt a0);</programlisting>
<filename>M_stub.o</filename> in the final link command line, or
you'll get link errors for the missing function(s) (this isn't
necessary when building your program with <literal>ghc
- &ndash;&ndash;make</literal>, as GHC will automatically link in the
+ --make</literal>, as GHC will automatically link in the
correct bits).</para>
<sect3 id="using-own-main">