X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Ffaq.sgml;h=8618deea52a51175c6cababe3704dfddc02acd63;hb=2dfd507259664e6f28df4a9467a8de34d01d70a0;hp=beda1cb7c6c984aae01af1dba94f04b8e2e3a305;hpb=dc801dc275fb8f81d482535b4d6317e234bb10f8;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/faq.sgml b/ghc/docs/users_guide/faq.sgml index beda1cb..8618dee 100644 --- a/ghc/docs/users_guide/faq.sgml +++ b/ghc/docs/users_guide/faq.sgml @@ -95,7 +95,7 @@ If you're also using CPP, beware of the known pitfall with string gaps mentioned in . + linkend="cpp-string-gaps"/>. @@ -190,7 +190,7 @@ You should use the option to bring the correct prototype into scope (see ). + linkend="options-C-compiler"/>). @@ -252,7 +252,7 @@ -auto-all (make sure you have the profiling libraries installed), and run it with +RTS -xc -RTS to get a “stack trace” at the point at which the exception was -raised. See for more +raised. See for more details. @@ -261,7 +261,7 @@ details. How do I increase the heap size permanently for a given binary? - See . + See . @@ -370,7 +370,7 @@ details. main = do putStr "how are you today? " hFlush stdout - input <- hGetLine + input &- hGetLine ... You'll probably find that the behaviour differs when @@ -426,7 +426,7 @@ details. Include files named by options or in foreign import declarations are only used in via-C compilation mode. See for more details. + linkend="finding-header-files"/> for more details. @@ -442,7 +442,7 @@ details. ghc --make -prof -o foo-prof -osuf p.o -hisuf p.hi Main - See for more details on + See for more details on the and options.