summaryrefslogtreecommitdiff
path: root/ghc/docs/users_guide/debugging.sgml
diff options
context:
space:
mode:
authorsimonmar <unknown>2000-09-08 12:33:22 +0000
committersimonmar <unknown>2000-09-08 12:33:22 +0000
commit3ad68fe4d2163ff90532c20583cc14cbfecaa209 (patch)
tree4f20a2dea310af4382388c4045f5941d1fe75e94 /ghc/docs/users_guide/debugging.sgml
parenta5314715619bdcc39271854e7b7d81e1e3a5a779 (diff)
downloadhaskell-3ad68fe4d2163ff90532c20583cc14cbfecaa209.tar.gz
[project @ 2000-09-08 12:33:22 by simonmar]
<program> should be <command>
Diffstat (limited to 'ghc/docs/users_guide/debugging.sgml')
-rw-r--r--ghc/docs/users_guide/debugging.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/docs/users_guide/debugging.sgml b/ghc/docs/users_guide/debugging.sgml
index 331f7dff2e..521e9a4d32 100644
--- a/ghc/docs/users_guide/debugging.sgml
+++ b/ghc/docs/users_guide/debugging.sgml
@@ -713,8 +713,8 @@ file).
<para>Unregisterised compilation can be useful when porting GHC to
a new machine, since it reduces the prerequisite tools to
- <program>gcc</program>, <program>as</program>, and
- <program>ld</program> and nothing more, and furthermore the amount
+ <command>gcc</command>, <command>as</command>, and
+ <command>ld</command> and nothing more, and furthermore the amount
of platform-specific code that needs to be written in order to get
unregisterised compilation going is usually fairly small.</para>