]> git.sur5r.net Git - cc65/commitdiff
Minor corrections
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 16 Oct 2003 22:20:29 +0000 (22:20 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 16 Oct 2003 22:20:29 +0000 (22:20 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2540 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ca65html.sgml

index 6e797269df755fb7339c83a483be0c4cfb71b6cf..c41c8725dac88544c970afc42e46d53f298e4e36 100644 (file)
@@ -101,7 +101,7 @@ Here is a description of all the command line options:
   HTML (for example by use of <tt/c2html/), has the name <tt/file.c.html/, and
   lives in the same directory as the assembler file. If the <tt/.dbg/
   directive specifies a line, a link to the correct line in the C file is
-  generated, using a label in the form <tt/linexxx>/, as it is created by
+  generated, using a label in the form <tt/linexxx/, as it is created by
   <tt/c2html/ by use of the <tt/-n/ option.
 
 
@@ -217,21 +217,21 @@ Here is a description of all the command line options:
 
 <sect1>Cross links<p>
 
-Since <tt/ca65html/ is able to generate links between modules, the best way to
-use it is to supply all modules to it in one run, instead of running each file
+Since ca65html is able to generate links between modules, the best way to use
+it is to supply all modules to it in one run, instead of running each file
 separately through it.
 
 
 <sect1>Include files<p>
 
-For now, <tt/ca65html/ will not read files included with <tt/.include/.
-Specifying the include files as normal input files on the command line works
-in many cases.
+For now, ca65html will not read files included with <tt/.include/. Specifying
+the include files as normal input files on the command line works in many
+cases.
 
 
 <sect1>Conversion errors<p>
 
-Since <tt/ca65html/ does not really parse the input, but does most of its work
+Since ca65html does not really parse the input, but does most of its work
 applying text patterns, it doesn't know anything about scoping and advanced
 features of the assembler. This means that it may miss a label may choose the
 wrong color for an item in rare cases. Since it's just a tool for displaying