Date: Mon, 3 Apr 2017 22:41:40 +0000 (+0200)
Subject: Use the more explicit tag style for recently added internal links.
X-Git-Tag: V2.16~11
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9b345099569af702175cf89f3ef29838c4eeac46;p=cc65
Use the more explicit tag style for recently added internal links.
---
diff --git a/doc/cc65.sgml b/doc/cc65.sgml
index 9322a2d44..827b63c80 100644
--- a/doc/cc65.sgml
+++ b/doc/cc65.sgml
@@ -247,10 +247,10 @@ Here is a description of all the command line options:
- command line option.
- See also /.
+ See also .
-h, --help
@@ -263,9 +263,9 @@ Here is a description of all the command line options:
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 the /.
+ make the code visible for the optimizer. See also the command line option and .