summaryrefslogtreecommitdiff
path: root/docs/users_guide/ffi-chap.xml
diff options
context:
space:
mode:
authorsven.panne@aedion.de <unknown>2007-02-07 16:34:04 +0000
committersven.panne@aedion.de <unknown>2007-02-07 16:34:04 +0000
commita8e681c1e8aa4bc602714ff61583cd4e969d7187 (patch)
treee65508610279a1514aceb9290f6b33585b5c7b12 /docs/users_guide/ffi-chap.xml
parent2f4e21c6f741995e20cc3b53b109ff9edf18eb3c (diff)
downloadhaskell-a8e681c1e8aa4bc602714ff61583cd4e969d7187.tar.gz
Improved naming of generated HTML files by using nice IDs
Diffstat (limited to 'docs/users_guide/ffi-chap.xml')
-rw-r--r--docs/users_guide/ffi-chap.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml
index ff8ef626ae..8928ea8a7f 100644
--- a/docs/users_guide/ffi-chap.xml
+++ b/docs/users_guide/ffi-chap.xml
@@ -25,7 +25,7 @@ the <option>-fglasgow-exts</option><indexterm><primary><option>-fglasgow-exts</o
<listitem>
<para>GHC implements a number of GHC-specific extensions to the FFI
- Addendum. These extensions are described in <xref linkend="sec-ffi-ghcexts" />, but please note that programs using
+ Addendum. These extensions are described in <xref linkend="ffi-ghcexts" />, but please note that programs using
these features are not portable. Hence, these features should be
avoided where possible.</para>
</listitem>
@@ -35,7 +35,7 @@ the <option>-fglasgow-exts</option><indexterm><primary><option>-fglasgow-exts</o
documentation; see for example the <literal>Foreign</literal>
module.</para>
- <sect1 id="sec-ffi-ghcexts">
+ <sect1 id="ffi-ghcexts">
<title>GHC extensions to the FFI Addendum</title>
<para>The FFI features that are described in this section are specific to
@@ -81,7 +81,7 @@ OK:
</sect1>
- <sect1 id="sec-ffi-ghc">
+ <sect1 id="ffi-ghc">
<title>Using the FFI with GHC</title>
<para>The following sections also give some hints and tips on the