diff options
| author | Simon Marlow <marlowsd@gmail.com> | 2011-10-13 16:43:09 +0100 |
|---|---|---|
| committer | Simon Marlow <marlowsd@gmail.com> | 2011-11-02 16:34:03 +0000 |
| commit | e3143e85bff773e12e6900d896330ab2cc106731 (patch) | |
| tree | 9a6aa72b0bd351e8dc195ea6e3c784b234253998 /docs/users_guide/ffi-chap.xml | |
| parent | d0226ebc4419caba120e6a586b65490d3fb2fd0f (diff) | |
| download | haskell-e3143e85bff773e12e6900d896330ab2cc106731.tar.gz | |
fix doc bugs
The description of GHC's divergence from the FFI spec was in the wrong
place, and the xref was broken.
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 c037623a49..340d07d64c 100644 --- a/docs/users_guide/ffi-chap.xml +++ b/docs/users_guide/ffi-chap.xml @@ -322,7 +322,7 @@ int main(int argc, char *argv[]) <literal>hs_exit()</literal> will actually de-initialise the system. NOTE that currently GHC's runtime cannot reliably re-initialise after this has happened, - see <xref linkend="ffi-divergence" />.</para> + see <xref linkend="infelicities-ffi" />.</para> </footnote>.</para> <para>NOTE: when linking the final program, it is normally |
