diff options
| author | Ian Lynagh <ian@well-typed.com> | 2013-06-22 13:21:40 +0100 |
|---|---|---|
| committer | Ian Lynagh <ian@well-typed.com> | 2013-06-22 13:21:40 +0100 |
| commit | 74a800bc02c532f9d291e8e2ce71a4c117edb2b6 (patch) | |
| tree | 466e0563942c5a475e73e2a080ace1955f5dc734 /docs/users_guide/ffi-chap.xml | |
| parent | 0cb19bc40ff8c82d1f1598301b0296eb920b4012 (diff) | |
| download | haskell-74a800bc02c532f9d291e8e2ce71a4c117edb2b6.tar.gz | |
Use consistent dashes in the user guide
We were using a mixture of "––" 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.xml | 2 |
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 - ––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"> |
