X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Far65.sgml;h=136defd406cd610dc0b5e138cb35ac974d2c8beb;hb=977bca922b423adecb69da632221effe4fd8cf09;hp=b657ab411d6b616193ec836bddbdce075507ad41;hpb=51a09ddf3753157f87a78c78c08445599b083460;p=cc65 diff --git a/doc/ar65.sgml b/doc/ar65.sgml index b657ab411..136defd40 100644 --- a/doc/ar65.sgml +++ b/doc/ar65.sgml @@ -3,11 +3,13 @@
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><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz"> +<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,11 @@ 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 - -<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). - - - -<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