~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/atoms/help/en_US/atomsRestoreConfig.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *
12
12
 -->
13
13
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="en" xml:id="atomsRestoreConfig">
14
 
  <refnamediv>
15
 
    <refname>atomsRestoreConfig</refname>
16
 
    <refpurpose>Restore the configuration from the backup file</refpurpose>
17
 
  </refnamediv>
18
 
  <!-- ===================================================================== -->
19
 
  <!-- Calling Sequence -->
20
 
  <!-- ===================================================================== -->
21
 
  <refsynopsisdiv>
22
 
    <title>Calling Sequence</title>
23
 
    <synopsis>
24
 
      atomsRestoreConfig()
25
 
    </synopsis>
26
 
  </refsynopsisdiv>
27
 
  <!-- ===================================================================== -->
28
 
  <!-- Description -->
29
 
  <!-- ===================================================================== -->
30
 
  <refsection>
31
 
    <title>Description</title>
32
 
    <para>
33
 
      <literal>atomsRestoreConfig</literal> checks that a config.bak file exists, and set it as the main confiuration file. The backup file is deleted in the process.
34
 
    </para>
35
 
  </refsection>
36
 
  <!-- ===================================================================== -->
37
 
  <!-- Examples -->
38
 
  <!-- ===================================================================== -->
39
 
  <refsection>
40
 
    <title>Examples</title>
41
 
    <programlisting role="example"><![CDATA[ 
 
14
    <refnamediv>
 
15
        <refname>atomsRestoreConfig</refname>
 
16
        <refpurpose>Restore the configuration from the backup file</refpurpose>
 
17
    </refnamediv>
 
18
    <!-- ===================================================================== -->
 
19
    <!-- Calling Sequence -->
 
20
    <!-- ===================================================================== -->
 
21
    <refsynopsisdiv>
 
22
        <title>Calling Sequence</title>
 
23
        <synopsis>
 
24
            atomsRestoreConfig()
 
25
        </synopsis>
 
26
    </refsynopsisdiv>
 
27
    <!-- ===================================================================== -->
 
28
    <!-- Description -->
 
29
    <!-- ===================================================================== -->
 
30
    <refsection>
 
31
        <title>Description</title>
 
32
        <para>
 
33
            <literal>atomsRestoreConfig</literal> checks that a config.bak file exists, and set it as the main confiuration file. The backup file is deleted in the process.
 
34
        </para>
 
35
    </refsection>
 
36
    <!-- ===================================================================== -->
 
37
    <!-- Examples -->
 
38
    <!-- ===================================================================== -->
 
39
    <refsection>
 
40
        <title>Examples</title>
 
41
        <programlisting role="example"><![CDATA[ 
42
42
atomsSaveConfig(%T);
43
43
deletefile(atomsPath("system","user")+"config");
44
44
atomsRestoreConfig();
45
45
]]></programlisting>
46
 
  </refsection>
47
 
  <!-- ===================================================================== -->
48
 
  <!-- See also -->
49
 
  <!-- ===================================================================== -->
50
 
  <refsection role="see also">
51
 
    <title>See Also</title>
52
 
    <simplelist type="inline">
53
 
      <member>
54
 
        <link linkend="atomsSaveConfig">atomsSaveConfig</link>
55
 
      </member>
56
 
      <member>
57
 
        <link linkend="atomsSetConfig">atomsSetConfig</link>
58
 
      </member>
59
 
      <member>
60
 
        <link linkend="atomsGetConfig">atomsGetConfig</link>
61
 
      </member>
62
 
    </simplelist>
63
 
  </refsection>
64
 
  <!-- ===================================================================== -->
65
 
  <!-- Authors -->
66
 
  <!-- ===================================================================== -->
67
 
  <refsection>
68
 
    <title>History</title>
69
 
    <revhistory>
70
 
      <revision>
71
 
        <revnumber>5.4.0</revnumber>
72
 
        <revdescription>Function added</revdescription>
73
 
      </revision>
74
 
    </revhistory>
75
 
  </refsection>
 
46
    </refsection>
 
47
    <!-- ===================================================================== -->
 
48
    <!-- See also -->
 
49
    <!-- ===================================================================== -->
 
50
    <refsection role="see also">
 
51
        <title>See Also</title>
 
52
        <simplelist type="inline">
 
53
            <member>
 
54
                <link linkend="atomsSaveConfig">atomsSaveConfig</link>
 
55
            </member>
 
56
            <member>
 
57
                <link linkend="atomsSetConfig">atomsSetConfig</link>
 
58
            </member>
 
59
            <member>
 
60
                <link linkend="atomsGetConfig">atomsGetConfig</link>
 
61
            </member>
 
62
        </simplelist>
 
63
    </refsection>
 
64
    <!-- ===================================================================== -->
 
65
    <!-- Authors -->
 
66
    <!-- ===================================================================== -->
 
67
    <refsection>
 
68
        <title>History</title>
 
69
        <revhistory>
 
70
            <revision>
 
71
                <revnumber>5.4.0</revnumber>
 
72
                <revdescription>Function added</revdescription>
 
73
            </revision>
 
74
        </revhistory>
 
75
    </refsection>
76
76
</refentry>