annotate docs/nitros9guide/unlink.refentry @ 603:e9578f62b346

All refentries finished.
author roug
date Fri, 15 Nov 2002 21:49:51 +0000
parents 35dd8ae53dee
children c565a4700689
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="unlink">
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>UNLINK</refname>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Unlink memory module</refpurpose>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
6
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
9 <command>UNLINK</command>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="plain">
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
11 &replstart;modname&replend;
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
12 </arg>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
13 <arg choice="plain">
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
14 &repeatst; &replstart;modname&replend;&repeaten;
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
15 </arg>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
16 </cmdsynopsis>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
17 </refsynopsisdiv>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
18
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
19 <refsect1><title>Description</title>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
20 <para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
21 Tells OS-9 that the memory module(s) named are no longer needed by
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
22 the user. The module(s) may or may not be destroyed and their
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
23 memory reassigned, depending on if in use by other processes or
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
24 user, whether resident in ROM or RAM, etc.
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
25 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
26 <para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
27 It is good practice to unload modules whenever possible to make most
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
28 efficient use of available memory resources.
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
29 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
30 <para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
31
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
32 Warning: never unlink a module you did not load or link to.
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
33 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
34 <para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
35
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
36
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
37 For more information see: 5.4, 5.4.1, 5.4.2
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
38 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
39 </refsect1>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
40 <refsect1><title>Examples</title>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
41 <screen>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
42 unlink pgml pgm5 pgm99
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
43
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
44
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
45 OS9: mdir
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
46
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
47 Module Directory at 11:26:22
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
48 DCB4 D0 D1 D2 D3
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
49 OS9P2 INIT OS9 IOMAN RBF
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
50 SCF ACIA TERM T1 T2
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
51 T3 P PIA Sysgo Clock
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
52 Shell Tsmon Edit
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
53
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
54 OS9: unlink edit
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
55 OS9: mdir
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
56
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
57 Module Directory at 11:26:22
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
58 DCB4 D0 D1 D2 D3
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
59 OS9P2 INIT OS9 IOMAN RBF
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
60 SCF ACIA TERM T1 T2
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
61 T3 P PIA Sysgo Clock
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
62 Shell Tsmon
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
63 </screen>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
64 </refsect1>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
65 </refentry>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
66