]> git.sur5r.net Git - cc65/blobdiff - doc/od65.sgml
Fixed strpbrk().
[cc65] / doc / od65.sgml
index 0fd3856ab47d93352dd0bc35abba29cdc88bdc22..f5611a88977b97795598b8961bf8733d790c6774 100644 (file)
@@ -2,12 +2,12 @@
 
 <article>
 <title>od65 Users Guide
-<author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">
-<date>2010-07-30
+<author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">
+<date>2014-04-14
 
 <abstract>
 od65 is the object file dump utility. It is able to output most parts of
-<htmlurl url="ca65.html" name="ca65"> generated object files in readable form.
+<htmlurl url="ca65.html" name="ca65-generated"> object files in readable form.
 </abstract>
 
 <!-- Table of contents -->
@@ -19,7 +19,7 @@ od65 is the object file dump utility. It is able to output most parts of
 <sect>Overview<p>
 
 od65 is an object file dump utility. It is able to output most parts of
-<htmlurl url="ca65.html" name="ca65"> generated object files in readable form.
+<htmlurl url="ca65.html" name="ca65-generated"> object files in readable form.
 Since the contents and format of the object files are not documented
 elsewhere and may change at any time, this tool is a portable way to look at
 the contents.
@@ -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>
@@ -187,15 +187,6 @@ t.o:
 </verb></tscreen>
 
 
-<sect>Bugs/Feedback<p>
-
-If you have problems using the converter, if you find any bugs, or if you're
-doing something interesting with the code, I would be glad to hear from you.
-Feel free to contact me by email (<htmlurl url="mailto:uz@cc65.org"
-name="uz@cc65.org">).
-
-
-
 <sect>Copyright<p>
 
 od65 is (C) Copyright 2000-2009, Ullrich von Bassewitz. For usage of the