X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fffi-chap.xml;h=5ef50a65ae03ec68810d139ea99db4ff15204c85;hb=059f2d7be7cc02d093ce51f0bbd68f5e5ebe527d;hp=f9f52aec85b363eb61ef40e20f3410c3848e1b51;hpb=2d83b718db7197e451d7a47edc7611fa455bbe8d;p=ghc-hetmet.git diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml index f9f52ae..5ef50a6 100644 --- a/docs/users_guide/ffi-chap.xml +++ b/docs/users_guide/ffi-chap.xml @@ -19,7 +19,7 @@ Foreign function interface (FFI) The FFI libraries are documented in the accompanying library documentation; see for example the - Foreign module. + Foreign module. GHC extensions to the FFI Addendum @@ -498,7 +498,7 @@ int main(int argc, char *argv[]) threads, which are Haskell threads tied to a particular OS thread. For information on bound threads, see the documentation - for the Control.Concurrent + for the Control.Concurrent module. @@ -563,7 +563,6 @@ int main(int argc, char *argv[])