[project @ 2000-09-08 12:33:22 by simonmar]
authorsimonmar <unknown>
Fri, 8 Sep 2000 12:33:22 +0000 (12:33 +0000)
committersimonmar <unknown>
Fri, 8 Sep 2000 12:33:22 +0000 (12:33 +0000)
<program> should be <command>

ghc/docs/users_guide/debugging.sgml

index 331f7df..521e9a4 100644 (file)
@@ -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>