Mercurial > hg > Members > kono > nitros9-code
annotate docs/nitros9guide/save.refentry @ 975:c565a4700689
The entitity replstart was replaced with <replaceable>
author | roug |
---|---|
date | Sat, 01 Feb 2003 20:25:53 +0000 |
parents | d9631713b7cd |
children | b5ff125a1d60 |
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> | |
9 <command>SAVE</command> | |
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> | |
30 Note: SAVE's default directory is the current data directory. | |
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 |