Mercurial > hg > Members > kono > nitros9-code
comparison docs/nitros9guide/link.refentry @ 138:d9631713b7cd
Split up the commands into individual files.
author | roug |
---|---|
date | Sun, 07 Jul 2002 08:58:56 +0000 |
parents | |
children | c565a4700689 |
comparison
equal
deleted
inserted
replaced
137:a6eb496dbc1e | 138:d9631713b7cd |
---|---|
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"> | |
11 &replstart;memory module name&replend; | |
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 |