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

« back to all changes in this revision

Viewing changes to modules/console/help/en_US/clc.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="clc">
14
 
  <refnamediv>
15
 
    <refname>clc</refname>
16
 
    <refpurpose>Clear Command Window</refpurpose>
17
 
  </refnamediv>
18
 
  <refsynopsisdiv>
19
 
    <title>Calling Sequence</title>
20
 
    <synopsis>clc([nblines])</synopsis>
21
 
  </refsynopsisdiv>
22
 
  <refsection>
23
 
    <title>Arguments</title>
24
 
    <variablelist>
25
 
      <varlistentry>
26
 
        <term>nblines</term>
27
 
        <listitem>
28
 
          <para>a double value</para>
29
 
        </listitem>
30
 
      </varlistentry>
31
 
    </variablelist>
32
 
  </refsection>
33
 
  <refsection>
34
 
    <title>Description</title>
35
 
    <para>
36
 
      <literal>clc()</literal> clears all input and output from the Command Window.
37
 
    </para>
38
 
    <para>
39
 
      After using <literal>clc()</literal>, you cannot use the scroll bar to see the history of functions, but still can use the up arrow to recall statements from the command history.
40
 
    </para>
41
 
    <para>
42
 
      <literal>clc(nblines)</literal> clears <literal>nblines</literal> above cursor current line and move cursor up to this line.
43
 
    </para>
44
 
    <para>
45
 
      <note>
46
 
        Note that <literal>clc([nblines])</literal> cannot be used under Unix/Linux platforms when Scilab used in no window mode.
47
 
      </note>
48
 
    </para>
49
 
  </refsection>
50
 
  <refsection role="see also">
51
 
    <title>See Also</title>
52
 
    <simplelist type="inline">
53
 
      <member>
54
 
        <link linkend="tohome">tohome</link>
55
 
      </member>
56
 
    </simplelist>
57
 
  </refsection>
 
14
    <refnamediv>
 
15
        <refname>clc</refname>
 
16
        <refpurpose>Clear Command Window</refpurpose>
 
17
    </refnamediv>
 
18
    <refsynopsisdiv>
 
19
        <title>Calling Sequence</title>
 
20
        <synopsis>clc([nblines])</synopsis>
 
21
    </refsynopsisdiv>
 
22
    <refsection>
 
23
        <title>Arguments</title>
 
24
        <variablelist>
 
25
            <varlistentry>
 
26
                <term>nblines</term>
 
27
                <listitem>
 
28
                    <para>a double value</para>
 
29
                </listitem>
 
30
            </varlistentry>
 
31
        </variablelist>
 
32
    </refsection>
 
33
    <refsection>
 
34
        <title>Description</title>
 
35
        <para>
 
36
            <literal>clc()</literal> clears all input and output from the Command Window.
 
37
        </para>
 
38
        <para>
 
39
            After using <literal>clc()</literal>, you cannot use the scroll bar to see the history of functions, but still can use the up arrow to recall statements from the command history.
 
40
        </para>
 
41
        <para>
 
42
            <literal>clc(nblines)</literal> clears <literal>nblines</literal> above cursor current line and move cursor up to this line.
 
43
        </para>
 
44
        <para>
 
45
            <note>
 
46
                Note that <literal>clc([nblines])</literal> cannot be used under Unix/Linux platforms when Scilab used in no window mode.
 
47
            </note>
 
48
        </para>
 
49
    </refsection>
 
50
    <refsection role="see also">
 
51
        <title>See Also</title>
 
52
        <simplelist type="inline">
 
53
            <member>
 
54
                <link linkend="tohome">tohome</link>
 
55
            </member>
 
56
        </simplelist>
 
57
    </refsection>
58
58
</refentry>