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

« back to all changes in this revision

Viewing changes to modules/core/help/en_US/variables/predefined/TMPDIR.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:ns4="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="TMPDIR" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>TMPDIR</refname>
16
 
    <refpurpose>temporary directory path.</refpurpose>
17
 
  </refnamediv>
18
 
  <refsection>
19
 
    <title>Description</title>
20
 
    <para>
21
 
      The <literal>TMPDIR</literal> constant holds the temporary directory
22
 
      absolute path of a Scilab process. Each Scilab process has its own
23
 
      temporary directory, created and referenced to <literal>TMPDIR</literal>
24
 
      during Scilab startup. The temporary directory is deleted when Scilab
25
 
      stops.
26
 
    </para>
27
 
    <para>The temporary directories are created as subdirectories of the
28
 
      system temporary directory and named SCI_TMP_&lt;unique&gt; where
29
 
      &lt;unique&gt; is some number generated at Scilab startup for the name to
30
 
      be unique. Under GNU/Linux, UNIX and Mac OS X, directory access rights are
31
 
      limited to the Scilab user.
32
 
    </para>
33
 
    <para>
34
 
      The <literal>TMPDIR</literal> constant cannot be altered during
35
 
      Scilab execution. However, under GNU/Linux, UNIX and Mac OS X, the system
36
 
      temporary directory (usually <literal>/tmp</literal>) can be selected by
37
 
      altering the <literal>TMPDIR</literal> system variable.
38
 
    </para>
39
 
  </refsection>
40
 
  <refsection role="see also">
41
 
    <title>See Also</title>
42
 
    <simplelist type="inline">
43
 
      <member>
44
 
        <link linkend="SCIHOME">SCIHOME</link>
45
 
      </member>
46
 
    </simplelist>
47
 
    <simplelist type="inline">
48
 
      <member>
49
 
        <link linkend="SCI">SCI</link>
50
 
      </member>
51
 
    </simplelist>
52
 
  </refsection>
 
14
    <refnamediv>
 
15
        <refname>TMPDIR</refname>
 
16
        <refpurpose>temporary directory path.</refpurpose>
 
17
    </refnamediv>
 
18
    <refsection>
 
19
        <title>Description</title>
 
20
        <para>
 
21
            The <literal>TMPDIR</literal> constant holds the temporary directory
 
22
            absolute path of a Scilab process. Each Scilab process has its own
 
23
            temporary directory, created and referenced to <literal>TMPDIR</literal>
 
24
            during Scilab startup. The temporary directory is deleted when Scilab
 
25
            stops.
 
26
        </para>
 
27
        <para>The temporary directories are created as subdirectories of the
 
28
            system temporary directory and named SCI_TMP_&lt;unique&gt; where
 
29
            &lt;unique&gt; is some number generated at Scilab startup for the name to
 
30
            be unique. Under GNU/Linux, UNIX and Mac OS X, directory access rights are
 
31
            limited to the Scilab user.
 
32
        </para>
 
33
        <para>
 
34
            The <literal>TMPDIR</literal> constant cannot be altered during
 
35
            Scilab execution. However, under GNU/Linux, UNIX and Mac OS X, the system
 
36
            temporary directory (usually <literal>/tmp</literal>) can be selected by
 
37
            altering the <literal>TMPDIR</literal> system variable.
 
38
        </para>
 
39
    </refsection>
 
40
    <refsection role="see also">
 
41
        <title>See Also</title>
 
42
        <simplelist type="inline">
 
43
            <member>
 
44
                <link linkend="SCIHOME">SCIHOME</link>
 
45
            </member>
 
46
        </simplelist>
 
47
        <simplelist type="inline">
 
48
            <member>
 
49
                <link linkend="SCI">SCI</link>
 
50
            </member>
 
51
        </simplelist>
 
52
    </refsection>
53
53
</refentry>