Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/link.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 source
<refentry id="link"> <refnamediv> <refname>LINK</refname> <refpurpose>Link module into memory</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>LINK</command> <arg choice="plain"> <replaceable>memory module name</replaceable> </arg> </cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> This command is used to "lock" a previously loaded module into memory. The link count of the module specified is incremented by one each time it is "linked". The "unlink" command is used to "unlock" the module when it is no longer needed. </para> <para> For more information see: 5.4, 5.4.1, 5.4.2, 5.4.3 </para> </refsect1> <refsect1><title>Examples</title> <screen> OS9: LINK edit OS9: LINK myprogram </screen> </refsect1> </refentry>