1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 00:29:31 +00:00

Typo fix by Stefan Haubenthal.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5972 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2013-01-27 14:44:04 +00:00
parent 331bd78406
commit cc2ac01d73

View File

@ -65,7 +65,7 @@ Long options:
</verb></tscreen>
<sect1>Command line options in detail<p>
<sect1>Command line options in detail<label id="cmdline-opt-detail"><p>
Here is a description of all the command line options:
@ -114,7 +114,7 @@ Here is a description of all the command line options:
<tag><tt>--dump-scopes</tt></tag>
Dump the scope (lexical level) information contained in the object file.
Dump the scope (lexical level) information contained in the object file.
<tag><tt>-S, --dump-segsize</tt></tag>
@ -141,8 +141,8 @@ Here is a description of all the command line options:
The converter will read one or more object files per invocation and write the
contents in readable format to standard output. Please note that you need to
specify and of the <tt/--dump/ options listed above, otherwise no useful
output will be generated.
specify any of the <tt/--dump/ options listed <ref id="cmdline-opt-detail"
name="above">, otherwise no useful output will be generated.
Example output for the command
<tscreen><verb>