This file is indexed.

/usr/share/help/gl/anjuta-manual/run-parameters-dialog.page is in anjuta-common 2:3.10.2-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="run-parameters-dialog" xml:lang="gl">

  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
    <facet:tag key="all-widgets" value="whatever"/> <!--Include page in index-->
    <link type="seealso" xref="run-run"/>
    <link type="seealso" xref="debug-run"/>
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
    <desc>Executar o diálogo de parámetros</desc>
    <credit type="author">
      <name>Sébastien Granjoux</name>
      <email>seb.sfo@free.fr</email>
    </credit>
  </info>

  <title>Executar o diálogo de parámetros</title>

  <p>O diálogo <gui>executar parámetro</gui> permítelle definir o programa actual e diversos parámetros.</p>

  <terms>
    <item>
      <title><gui>Program</gui></title>
      <p>Este é o programa que se executará se executa un programa con ou sen o depurador. O menú despregábel permítelle seleccionar programas creados polo proxecto actual, pero pode premer o botón <gui>Examinar</gui> para seleccionar outro programa.</p>
    </item>
    <item>
      <title><gui>Arguments</gui></title>
      <p>Estes son os argumentos de liña de ordes usados polo seu programa. A lista despregábel almacena un historial dos últimos argumentos usados.</p>
    </item>
    <item>
      <title><gui>Working Directory</gui></title>
      <p>O cartafol de traballo é o cartafol actual no que se executará o seu programa.</p>
    </item>
    <item>
      <title><gui>Environment Variables</gui></title>
      <p>You can click on the drop-down section, to display all environment
      variables that will be accessible by your program. By default, it
      includes all the current environment variables, they are displayed in light
      gray.</p>
      <p>You can click on the <gui>New</gui> button to add a new
      environment variable.</p>
      <p>You can click on the <gui>Edit</gui> button to change the value
      of the selected environment variable.</p>
      <p>You can click on the <gui>Delete</gui> button to remove the
      selected environment variable.</p>
      <p>When a variable has not the same value as in the current
      environment, it is displayed in black.</p>
    </item>
    <item>
      <title><gui>Run in Terminal</gui></title>
      <p>This has to be checked to run the program in a terminal allowing
      you to provide inputs and see its outputs using the standard Unix
      streams. It is not necessary for programs having a graphical interface.
     </p>
    </item>
  </terms>

</page>