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 .