Mercurial > hg > Members > kono > nitros9-code
annotate docs/nitros9guide/link.refentry @ 1988:b96143206d83
Added more definitions as I have worked them out :)
author | afra |
---|---|
date | Mon, 30 Jan 2006 23:13:04 +0000 |
parents | 4dae346c4969 |
children |
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> | |
1093 | 9 <command>link</command> |
138 | 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 | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
20 each time it is "linked". The <command>unlink</command> command is |
138 | 21 used to "unlock" |
22 the module when it is no longer needed. | |
23 </para> | |
24 <para> | |
1093 | 25 For more information see: <xref linkend="sec5.4"/>, |
26 <xref linkend="sec5.4.1"/>, <xref linkend="sec5.4.2"/>, <xref linkend="sec5.4.3"/> | |
138 | 27 </para> |
28 </refsect1> | |
29 <refsect1><title>Examples</title> | |
30 <screen> | |
31 | |
32 OS9: LINK edit | |
33 | |
34 OS9: LINK myprogram | |
35 </screen> | |
36 </refsect1> | |
37 </refentry> | |
38 |