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

« back to all changes in this revision

Viewing changes to modules/io/help/pt_BR/halt.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="halt" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>halt</refname>
16
 
    <refpurpose>para execu��o</refpurpose>
17
 
  </refnamediv>
18
 
  <refsynopsisdiv>
19
 
    <title>Seq��ncia de Chamamento</title>
20
 
    <synopsis>halt()
21
 
      halt('a message')
22
 
    </synopsis>
23
 
  </refsynopsisdiv>
24
 
  <refsection>
25
 
    <title>Descri��o</title>
26
 
    <para>Para execu��o at� a entrada de algo no teclado.</para>
27
 
  </refsection>
28
 
  <refsection>
29
 
    <title>Exemplos</title>
30
 
    <programlisting role="example"><![CDATA[ 
 
14
    <refnamediv>
 
15
        <refname>halt</refname>
 
16
        <refpurpose>para execu��o</refpurpose>
 
17
    </refnamediv>
 
18
    <refsynopsisdiv>
 
19
        <title>Seq��ncia de Chamamento</title>
 
20
        <synopsis>halt()
 
21
            halt('a message')
 
22
        </synopsis>
 
23
    </refsynopsisdiv>
 
24
    <refsection>
 
25
        <title>Descri��o</title>
 
26
        <para>Para execu��o at� a entrada de algo no teclado.</para>
 
27
    </refsection>
 
28
    <refsection>
 
29
        <title>Exemplos</title>
 
30
        <programlisting role="example"><![CDATA[ 
31
31
halt('Press a key')
32
32
 
33
33
halt()
34
34
 ]]></programlisting>
35
 
  </refsection>
36
 
  <refsection role="see also">
37
 
    <title>Ver Tamb�m</title>
38
 
    <simplelist type="inline">
39
 
      <member>
40
 
        <link linkend="pause">pause</link>
41
 
      </member>
42
 
      <member>
43
 
        <link linkend="return">return</link>
44
 
      </member>
45
 
      <member>
46
 
        <link linkend="exec">exec</link>
47
 
      </member>
48
 
    </simplelist>
49
 
  </refsection>
 
35
    </refsection>
 
36
    <refsection role="see also">
 
37
        <title>Ver Tamb�m</title>
 
38
        <simplelist type="inline">
 
39
            <member>
 
40
                <link linkend="pause">pause</link>
 
41
            </member>
 
42
            <member>
 
43
                <link linkend="return">return</link>
 
44
            </member>
 
45
            <member>
 
46
                <link linkend="exec">exec</link>
 
47
            </member>
 
48
        </simplelist>
 
49
    </refsection>
50
50
</refentry>