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

« back to all changes in this revision

Viewing changes to modules/core/help/pt_BR/configuration/getdebuginfo.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:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<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="getdebuginfo" xml:lang="en">
3
 
  <refnamediv>
4
 
    <refname>getdebuginfo</refname>
5
 
    <refpurpose>retorna informações sobre o Scilab para o debug</refpurpose>
6
 
  </refnamediv>
7
 
  <refsynopsisdiv>
8
 
    <title>Seqüência de Chamamento</title>
9
 
    <synopsis>getdebuginfo()
10
 
      dynamic_info = getdebuginfo();
11
 
      [dynamic_info,static_info] = getdebuginfo();
12
 
    </synopsis>
13
 
  </refsynopsisdiv>
14
 
  <refsection>
15
 
    <title>Descrição</title>
16
 
    <para>getdebuginfo retorna informações sobre o Scilab para o debug.</para>
17
 
    <para>dynamic_info = getdebuginfo(); retorna informações sobre o seu
18
 
      sistema operacional.
19
 
    </para>
20
 
    <para>[dynamic_info,static_info] = getdebuginfo(); retorna informações
21
 
      sobre o seu sistema operacional e sobre o Scilab.
22
 
    </para>
23
 
  </refsection>
24
 
  <refsection>
25
 
    <title>Ver Também</title>
26
 
    <simplelist type="inline">
27
 
      <member>
28
 
        <link linkend="getversion">getversion</link>
29
 
      </member>
30
 
    </simplelist>
31
 
  </refsection>
 
3
    <refnamediv>
 
4
        <refname>getdebuginfo</refname>
 
5
        <refpurpose>retorna informações sobre o Scilab para o debug</refpurpose>
 
6
    </refnamediv>
 
7
    <refsynopsisdiv>
 
8
        <title>Seqüência de Chamamento</title>
 
9
        <synopsis>getdebuginfo()
 
10
            dynamic_info = getdebuginfo();
 
11
            [dynamic_info,static_info] = getdebuginfo();
 
12
        </synopsis>
 
13
    </refsynopsisdiv>
 
14
    <refsection>
 
15
        <title>Descrição</title>
 
16
        <para>getdebuginfo retorna informações sobre o Scilab para o debug.</para>
 
17
        <para>dynamic_info = getdebuginfo(); retorna informações sobre o seu
 
18
            sistema operacional.
 
19
        </para>
 
20
        <para>[dynamic_info,static_info] = getdebuginfo(); retorna informações
 
21
            sobre o seu sistema operacional e sobre o Scilab.
 
22
        </para>
 
23
    </refsection>
 
24
    <refsection>
 
25
        <title>Ver Também</title>
 
26
        <simplelist type="inline">
 
27
            <member>
 
28
                <link linkend="getversion">getversion</link>
 
29
            </member>
 
30
        </simplelist>
 
31
    </refsection>
32
32
</refentry>