annotate docs/nitros9guide/link.refentry @ 975:c565a4700689

The entitity replstart was replaced with <replaceable>
author roug
date Sat, 01 Feb 2003 20:25:53 +0000
parents d9631713b7cd
children b5ff125a1d60
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="link">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>LINK</refname>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Link module into memory</refpurpose>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
6
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
9 <command>LINK</command>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="plain">
975
c565a4700689 The entitity replstart was replaced with <replaceable>
roug
parents: 138
diff changeset
11 <replaceable>memory module name</replaceable>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
12 </arg>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
13 </cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
14 </refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
15
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
16 <refsect1><title>Description</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
17 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
18 This command is used to &quot;lock&quot; a previously loaded module into
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
19 memory. The link count of the module specified is incremented by one
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
20 each time it is &quot;linked&quot;. The &quot;unlink&quot; command is
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
21 used to &quot;unlock&quot;
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
22 the module when it is no longer needed.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
23 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
24 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
25 For more information see: 5.4, 5.4.1, 5.4.2, 5.4.3
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
26 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
27 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
28 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
29 <screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
30
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
31 OS9: LINK edit
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
32
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
33 OS9: LINK myprogram
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
34 </screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
37