]> git.sur5r.net Git - cc65/blobdiff - doc/ld65.sgml
Fixed the SGML <htmlurl> and <url> tags.
[cc65] / doc / ld65.sgml
index c92761c0a1738a1922c50dac8c36539ccc5bf057..f3a3930b22d02a3ee98c570d1de5b69b16167323 100644 (file)
@@ -3,7 +3,7 @@
 <article>
 <title>ld65 Users Guide
 <author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">
-<date>02.12.2000, 02.10.2001
+<date>2014-04-13
 
 <abstract>
 The ld65 linker combines object files into an executable file. ld65 is highly
@@ -840,7 +840,7 @@ look like this:
 </verb></tscreen>
 
 The only other available output format is the o65 format specified by Andre
-Fachat (see the <htmlurl url="http://www.6502.org/users/andre/o65/fileformat.html"
+Fachat (see the <url url="http://www.6502.org/users/andre/o65/fileformat.html"
 name="6502 binary relocation format specification">). It is defined like this:
 
 <tscreen><verb>
@@ -859,7 +859,7 @@ The necessary o65 attributes are defined in a special section labeled
 The <tt/FORMAT/ section is used to describe file formats. The default (binary)
 format has currently no attributes, so, while it may be listed in this
 section, the attribute list is empty. The second supported format,
-<htmlurl url="http://www.6502.org/users/andre/o65/fileformat.html" name="o65">,
+<url url="http://www.6502.org/users/andre/o65/fileformat.html" name="o65">,
 has several attributes that may be defined here.
 
 <tscreen><verb>
@@ -949,7 +949,7 @@ The <tt/CONDES/ feature has several attributes:
 Without specifying the <tt/CONDES/ feature, the linker will not create any
 tables, even if there are <tt/condes/ entries in the object files.
 
-For more information see the <tt/.CONDES/ command in the <htmlurl
+For more information see the <tt/.CONDES/ command in the <url
 url="ca65.html" name="ca65 manual">.