Mercurial > hg > Members > kono > nitros9-code
diff docs/nitros9guide/binex.refentry @ 1014:d9ed9d44b70c
Some character entities had missing semicolons. It's &CPU;
The os9l1guide and os9l2guide are now much more modular simply because
the sections that are not to be included in one of them is defined as
the empty string in the <!ENTITY declaration
Split exbin and binex pages so the occur at the right place in the manual.
Got the content for wcreate from the Internet.
author | roug |
---|---|
date | Tue, 04 Mar 2003 20:05:50 +0000 |
parents | c565a4700689 |
children | b5ff125a1d60 |
line wrap: on
line diff
--- a/docs/nitros9guide/binex.refentry Tue Mar 04 15:18:51 2003 +0000 +++ b/docs/nitros9guide/binex.refentry Tue Mar 04 20:05:50 2003 +0000 @@ -1,7 +1,7 @@ <refentry id="binex"> <refnamediv> -<refname id="binexname">BINEX / EXBIN</refname> -<refpurpose>Convert Binary To S-Record File / Convert S-Record To Binary File</refpurpose> +<refname id="binexname">BINEX</refname> +<refpurpose>Convert Binary To S-Record File</refpurpose> </refnamediv> <refsynopsisdiv> @@ -10,11 +10,6 @@ <arg choice="plain"><replaceable>path1</replaceable></arg> <arg choice="plain"><replaceable>path2</replaceable></arg> </cmdsynopsis> -<cmdsynopsis> - <command>EXBIN</command> - <arg choice="plain"><replaceable>path2</replaceable></arg> - <arg choice="plain"><replaceable>path1</replaceable></arg> -</cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> @@ -52,22 +47,6 @@ <screen> list scanner.S1 >/T1 </screen> -<para> -EXBIN is the inverse operation; "path1" is assumed to be a -S-Record format text file which EXBIN converts to pure binary form on -a new file called "path2". The load addresses of each data record -must describe continguous data in ascending order. -</para> -<para> -EXBIN does not generate or check for the proper OS-9 module -headers or CRC check value required to actually load the binary -file. The IDENT or VERIFY commands can be used to check the -validity of the modules if they are to be loaded or run. -Example: -</para> -<screen> -exbin program.S1 cmds/program -</screen> </refsect1> </refentry>