Mercurial > hg > Members > kono > nitros9-code
annotate docs/nitros9guide/save.refentry @ 2979:978396f33bb2
Move bootman to 3rdparty/wip and add a ReadMe file
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 05 Apr 2014 10:19:12 +0200 |
parents | 4dae346c4969 |
children |
rev | line source |
---|---|
138 | 1 <refentry id="save"> |
2 <refnamediv> | |
3 <refname>SAVE</refname> | |
4 <refpurpose>Save memory module(s) on a file</refpurpose> | |
5 </refnamediv> | |
6 | |
7 <refsynopsisdiv> | |
8 <cmdsynopsis> | |
1093 | 9 <command>save</command> |
138 | 10 <arg choice="plain"> |
975
c565a4700689
The entitity replstart was replaced with <replaceable>
roug
parents:
138
diff
changeset
|
11 <replaceable>path</replaceable> |
138 | 12 </arg> |
13 <arg choice="plain"> | |
975
c565a4700689
The entitity replstart was replaced with <replaceable>
roug
parents:
138
diff
changeset
|
14 <replaceable>modname</replaceable> |
138 | 15 </arg> |
16 <arg choice="plain"> | |
975
c565a4700689
The entitity replstart was replaced with <replaceable>
roug
parents:
138
diff
changeset
|
17 &repeatst;<replaceable>modname</replaceable>&repeaten; |
138 | 18 </arg> |
19 </cmdsynopsis> | |
20 </refsynopsisdiv> | |
21 | |
22 <refsect1><title>Description</title> | |
23 <para> | |
24 Creates a new file and writes a copy of the memory module(s) | |
25 specified on to the file. The module name(s) must exist in the | |
26 module directory when saved. The new file is given access | |
27 permissions for all modes except public write. | |
28 </para> | |
29 <para> | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
30 Note: <command>save</command>'s default directory is the current data directory. |
138 | 31 Executable modules should generally be saved in the default |
32 execution directory. | |
33 </para> | |
34 </refsect1> | |
35 <refsect1><title>Examples</title> | |
36 <literallayout> | |
37 save wordcount wcount | |
38 | |
39 save /d1/mathpack add sub mul div | |
40 </literallayout> | |
41 </refsect1> | |
42 </refentry> | |
43 |