[project @ 2001-08-22 11:13:19 by rrt]
authorrrt <unknown>
Wed, 22 Aug 2001 11:13:19 +0000 (11:13 +0000)
committerrrt <unknown>
Wed, 22 Aug 2001 11:13:19 +0000 (11:13 +0000)
Clarify further.

ghc/docs/users_guide/phases.sgml

index 0c39425..fe5a6e2 100644 (file)
@@ -359,10 +359,11 @@ strmod = "\
             at link-time, you will have to. To signal that to the
             driver script when linking, use
             <option>-no-hs-main</option>. In fact, this only has an
-            effect when the RTS is compiled into a DLL; the
-            rest of the time, static linking allows the RTS's
-            <function>main()</function> to be overridden in the same
-            way as any other library routine.</para>
+            effect when using <option>-dynamic</option> (i.e. when the
+            RTS is in a DLL); the rest of the time, static linking
+            allows the RTS's <function>main()</function> to be
+            overridden in the same way as any other library
+            routine.</para>
 
            <para>Notice that since the command-line passed to the
             linker is rather involved, you probably want to use