From 9b345099569af702175cf89f3ef29838c4eeac46 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Tue, 4 Apr 2017 00:41:40 +0200
Subject: [PATCH] Use the more explicit tag style for recently added internal
links.
---
doc/cc65.sgml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
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 .