]> git.sur5r.net Git - cc65/blobdiff - doc/ar65.sgml
Changed search paths to use subdirectories of CC65_HOME, remove CC65_LIB.
[cc65] / doc / ar65.sgml
index b657ab411d6b616193ec836bddbdce075507ad41..d4e19a5c5563df49d077d56f2ad330497db2a326 100644 (file)
@@ -3,11 +3,13 @@
 <article>
 
 <title>ar65 Users Guide
-<author>Ullrich von Bassewitz, <tt/uz@musoftware.de/
-<date>
-<abstract>ar65 is an archiver for object files generated by ca65. It allows
-to create archives, add or remove modules from archives, and to extract modules
-from existing archives.
+<author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">
+<date>19.07.2000
+
+<abstract>
+ar65 is an archiver for object files generated by ca65. It allows to create
+archives, add or remove modules from archives, and to extract modules from
+existing archives.
 </abstract>
 
 <!-- Table of contents -->
@@ -15,18 +17,18 @@ from existing archives.
 
 <!-- Begin the document -->
 
-<sect>Overview
+<sect>Overview<p>
+
 
-<p>
 ar65 is a replacement for the libr65 archiver that was part of the cc65 C
 compiler suite developed by John R. Dunning. libr65 had some problems and
 the copyright does not permit some things which I wanted to be possible,
 so I decided to write a completely new assembler/linker/archiver suite
 for the cc65 compiler. ar65 is part of this suite.
 
-<sect>Usage
+<sect>Usage<p>
+
 
-<p>
 The archiver is called as follows:
 
 <tscreen><verb>
@@ -36,7 +38,7 @@ The archiver is called as follows:
                d       Delete modules
                l       List library contents
                x       Extract modules
-               X       Print the archiver version
+                       V       Print the archiver version
 </verb></tscreen>
 
 You may add modules to a library using the `a' command. If the library
@@ -115,21 +117,19 @@ operation does update the library. This is only a warning, the linker
 will ignore one of the duplicate symbols (which one is unspecified).
 
 
-<sect>Bugs/Feedback
+<sect>Bugs/Feedback<p>
 
-<p>
-If you have problems using the archiver, if you find any bugs, or if
-you're doing something interesting with it, I would be glad to hear from
-you. Feel free to contact me by email (uz@musoftware.de).
+If you have problems using the archiver, if you find any bugs, or if you're
+doing something interesting with it, 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
+<sect>Copyright<p>
 
-<p>
-ar65 (and all cc65 binutils) are (C) Copyright 1998 Ullrich von Bassewitz.
-For usage of the binaries and/or sources the following conditions do
-apply:
+ar65 (and all cc65 binutils) are (C) Copyright 1998-2000 Ullrich von
+Bassewitz. For usage of the binaries and/or sources the following conditions
+do apply:
 
 This software is provided 'as-is', without any expressed or implied
 warranty.  In no event will the authors be held liable for any damages