X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fdocs%2Fusers_guide%2Fusing.vsgml;h=23055decf4f72c704ed62d8ad5c3f6c3658d1330;hb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;hp=e6f6e9be56593f9001ecf819430177ec44afd740;hpb=32be3ddc82eb88a420f43dc6ca42b85aad6fbb42;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/using.vsgml b/ghc/docs/users_guide/using.vsgml index e6f6e9b..23055de 100644 --- a/ghc/docs/users_guide/using.vsgml +++ b/ghc/docs/users_guide/using.vsgml @@ -123,7 +123,7 @@ one-line string containing the requested info. %************************************************************************ The basic task of the @ghc@ driver is to run each input file -through the right phases (parsing, linking, etc.). +through the right phases (compiling, linking, etc.). The first phase to run is determined by the input-file suffix, and the last phase is determined by a flag. If no relevant flag is present, @@ -228,9 +228,9 @@ If you would like to look at the assembler output, toss in a standard error, saving Sometimes, you may cause GHC to be rather chatty on standard error; -with @-dshow-rn-trace@, for example. You can instruct GHC to -append this output to a particular log file with a @-odump -@-odump <blah> option option. +with @-v@, for example. You can instruct GHC to append this +output to a particular log file with a @-odump @-odump +<blah> option option. Redirecting temporary files