From: simonmar Date: Tue, 1 Mar 2005 14:32:43 +0000 (+0000) Subject: [project @ 2005-03-01 14:32:43 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1004 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c0233dc7d12654001595e9c3d5354ced415987bc [project @ 2005-03-01 14:32:43 by simonmar] -no-link is renamed to -c --- diff --git a/ghc/docs/users_guide/phases.xml b/ghc/docs/users_guide/phases.xml index b5d087f..3203db2 100644 --- a/ghc/docs/users_guide/phases.xml +++ b/ghc/docs/users_guide/phases.xml @@ -617,15 +617,15 @@ $ cat foo.hspp - - + + - Omit the link step. This flag can be useful if you - want to avoid linking in mode, - where linking is normally done automatically if the program - contains a Main module. - + Omits the link step. This option can be used with + to avoid the automatic linking + that takes place if the program contains a Main + module. +