summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrrt <unknown>2001-08-22 11:10:45 +0000
committerrrt <unknown>2001-08-22 11:10:45 +0000
commitd0e3d09a41f351f95d49e7d1a39bcb29e5f2a30b (patch)
treeb0a5ff7428057596fd872cfd04e1459dfa6717f1
parent8615d6619374f1feeb9f300e00bd62f7389d13e3 (diff)
downloadhaskell-d0e3d09a41f351f95d49e7d1a39bcb29e5f2a30b.tar.gz
[project @ 2001-08-22 11:10:45 by rrt]
Clarify -no-hs-main use (basically, only has any effect when the RTS is in a DLL).
-rw-r--r--ghc/docs/users_guide/phases.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/docs/users_guide/phases.sgml b/ghc/docs/users_guide/phases.sgml
index 8542eaf046..0c39425450 100644
--- a/ghc/docs/users_guide/phases.sgml
+++ b/ghc/docs/users_guide/phases.sgml
@@ -359,7 +359,7 @@ 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 Haskell code is compiled into a DLL; the
+ 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>