From c0233dc7d12654001595e9c3d5354ced415987bc Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 1 Mar 2005 14:32:43 +0000 Subject: [PATCH] [project @ 2005-03-01 14:32:43 by simonmar] -no-link is renamed to -c --- ghc/docs/users_guide/phases.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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. + -- 1.7.10.4