Mercurial > hg > Members > kono > nitros9-code
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 |
rev | line source |
---|---|
138 | 1 <refentry id="link"> |
2 <refnamediv> | |
3 <refname>LINK</refname> | |
4 <refpurpose>Link module into memory</refpurpose> | |
5 </refnamediv> | |
6 | |
7 <refsynopsisdiv> | |
8 <cmdsynopsis> | |
9 <command>LINK</command> | |
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 | 12 </arg> |
13 </cmdsynopsis> | |
14 </refsynopsisdiv> | |
15 | |
16 <refsect1><title>Description</title> | |
17 <para> | |
18 This command is used to "lock" a previously loaded module into | |
19 memory. The link count of the module specified is incremented by one | |
20 each time it is "linked". The "unlink" command is | |
21 used to "unlock" | |
22 the module when it is no longer needed. | |
23 </para> | |
24 <para> | |
25 For more information see: 5.4, 5.4.1, 5.4.2, 5.4.3 | |
26 </para> | |
27 </refsect1> | |
28 <refsect1><title>Examples</title> | |
29 <screen> | |
30 | |
31 OS9: LINK edit | |
32 | |
33 OS9: LINK myprogram | |
34 </screen> | |
35 </refsect1> | |
36 </refentry> | |
37 |