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

« back to all changes in this revision

Viewing changes to modules/history_manager/help/en_US/savehistory.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="savehistory">
14
 
  <refnamediv>
15
 
    <refname>savehistory</refname>
16
 
    <refpurpose>save the current history in a file</refpurpose>
17
 
  </refnamediv>
18
 
  <refsynopsisdiv>
19
 
    <title>Calling Sequence</title>
20
 
    <synopsis>savehistory()
21
 
      savehistory(f)
22
 
    </synopsis>
23
 
  </refsynopsisdiv>
24
 
  <refsection>
25
 
    <title>Arguments</title>
26
 
    <variablelist>
27
 
      <varlistentry>
28
 
        <term>f</term>
29
 
        <listitem>
30
 
          <para>file pathname</para>
31
 
        </listitem>
32
 
      </varlistentry>
33
 
    </variablelist>
34
 
  </refsection>
35
 
  <refsection>
36
 
    <title>Description</title>
37
 
    <para>save the current history in a file.</para>
38
 
    <para>by default, history filename is SCIHOME+'/.history.scilab'</para>
39
 
  </refsection>
40
 
  <refsection>
41
 
    <title>Examples</title>
42
 
    <programlisting role="example"><![CDATA[ 
 
14
    <refnamediv>
 
15
        <refname>savehistory</refname>
 
16
        <refpurpose>save the current history in a file</refpurpose>
 
17
    </refnamediv>
 
18
    <refsynopsisdiv>
 
19
        <title>Calling Sequence</title>
 
20
        <synopsis>savehistory()
 
21
            savehistory(f)
 
22
        </synopsis>
 
23
    </refsynopsisdiv>
 
24
    <refsection>
 
25
        <title>Arguments</title>
 
26
        <variablelist>
 
27
            <varlistentry>
 
28
                <term>f</term>
 
29
                <listitem>
 
30
                    <para>file pathname</para>
 
31
                </listitem>
 
32
            </varlistentry>
 
33
        </variablelist>
 
34
    </refsection>
 
35
    <refsection>
 
36
        <title>Description</title>
 
37
        <para>save the current history in a file.</para>
 
38
        <para>by default, history filename is SCIHOME+'/.history.scilab'</para>
 
39
    </refsection>
 
40
    <refsection>
 
41
        <title>Examples</title>
 
42
        <programlisting role="example"><![CDATA[ 
43
43
savehistory(SCI+'/session.scilab') 
44
44
 ]]></programlisting>
45
 
  </refsection>
46
 
  <refsection role="see also">
47
 
    <title>See Also</title>
48
 
    <simplelist type="inline">
49
 
      <member>
50
 
        <link linkend="loadhistory">loadhistory</link>
51
 
      </member>
52
 
      <member>
53
 
        <link linkend="resethistory">resethistory</link>
54
 
      </member>
55
 
      <member>
56
 
        <link linkend="gethistory">gethistory</link>
57
 
      </member>
58
 
    </simplelist>
59
 
  </refsection>
 
45
    </refsection>
 
46
    <refsection role="see also">
 
47
        <title>See Also</title>
 
48
        <simplelist type="inline">
 
49
            <member>
 
50
                <link linkend="loadhistory">loadhistory</link>
 
51
            </member>
 
52
            <member>
 
53
                <link linkend="resethistory">resethistory</link>
 
54
            </member>
 
55
            <member>
 
56
                <link linkend="gethistory">gethistory</link>
 
57
            </member>
 
58
        </simplelist>
 
59
    </refsection>
60
60
</refentry>