annotate docs/nitros9guide/unlink.refentry @ 1399:40ccec5c5717

Updated
author boisy
date Fri, 10 Oct 2003 12:26:41 +0000
parents 958740284209
children
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>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 975
diff changeset
9 <command>unlink</command>
140
35dd8ae53dee 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: 140
diff changeset
11 <replaceable>modname</replaceable>
140
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">
1094
958740284209 Use <emphasis> instead of CAPITALS
roug
parents: 1093
diff changeset
14 &repeatst;<replaceable>modname</replaceable>&repeaten;
140
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
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 975
diff changeset
37 For more information see: <xref linkend="sec5.4"/>,
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 975
diff changeset
38 <xref linkend="sec5.4.1"/>, <xref linkend="sec5.4.2"/>
140
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
39 </para>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
40 </refsect1>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
41 <refsect1><title>Examples</title>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
42 <screen>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
43 unlink pgml pgm5 pgm99
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
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
46 OS9: mdir
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
47
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
48 Module Directory at 11:26:22
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
49 DCB4 D0 D1 D2 D3
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
50 OS9P2 INIT OS9 IOMAN RBF
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
51 SCF ACIA TERM T1 T2
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
52 T3 P PIA Sysgo Clock
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
53 Shell Tsmon Edit
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
54
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
55 OS9: unlink edit
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
56 OS9: mdir
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
57
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
58 Module Directory at 11:26:22
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
59 DCB4 D0 D1 D2 D3
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
60 OS9P2 INIT OS9 IOMAN RBF
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
61 SCF ACIA TERM T1 T2
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
62 T3 P PIA Sysgo Clock
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
63 Shell Tsmon
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
64 </screen>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
65 </refsect1>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
66 </refentry>
35dd8ae53dee Split up the commands into individual files.
roug
parents:
diff changeset
67