]> git.sur5r.net Git - cc65/commitdiff
Fixed 2 typoes.
authorGreg King <gregdk@users.sf.net>
Tue, 4 Apr 2017 11:23:05 +0000 (07:23 -0400)
committerGreg King <gregdk@users.sf.net>
Tue, 4 Apr 2017 11:23:05 +0000 (07:23 -0400)
Warning messages from nsgmls usually mean a typing mistake a few lines above the first line that's named by nsgmls.

doc/cc65.sgml

index 827b63c801a27c2435d02ddb86e153ce5c0245a0..653a917dbf744cbf903f4b58f0d813bc14f4f331 100644 (file)
@@ -491,7 +491,7 @@ Here is a description of all the command line options:
   Using <tt/-Os/ will allow the compiler to inline some standard functions
   from the C library like strlen.  This will not only remove the overhead
   for a function call, but will make the code visible for the optimizer.
-  See also <tt/<ref id="option-inline-stdfuncs" name="--inline-stdfuncs"/.
+  See also <tt/<ref id="option-inline-stdfuncs" name="--inline-stdfuncs">/.
 
   It is possible to concatenate the modifiers for <tt/-O/. For example, to
   enable register variables and inlining of standard functions, you may use
@@ -1098,7 +1098,7 @@ parameter with the <tt/#pragma/.
   Allow the compiler to inline some standard functions from the C library like
   strlen.  If the argument is "off", inlining is disabled, otherwise it is enabled.
 
-  See also the the <tt/<ref id="option-inline-stdfuncs" name="--inline-stdfuncs"/
+  See also the the <tt/<ref id="option-inline-stdfuncs" name="--inline-stdfuncs">/
   command line option.
 
   The <tt/#pragma/ understands the push and pop parameters as explained above.