This file is indexed.

/usr/share/help/gl/mate-calc/number-display.page is in mate-calc-common 1.20.1-1.

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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="number-display" xml:lang="gl">

    <info>
        <link type="guide" xref="index#number"/>
    </info>

	<title>Formato do resultado</title>
    
    <p>Pódese cambiar o formado usado para mostrar os resultados no menú <guiseq><gui>Calculadora</gui><gui>preferencias</gui></guiseq>.</p>
    <table>
    <tr>
    <td><p>Decimal</p></td>
    <td><p>Os resultados móstranse como números decimais</p></td>
    </tr>
    <tr>
    <td><p>Científico</p></td>
    <td><p>Os resulados móstranse en <link xref="scientific">notación científica</link>.</p></td>
    </tr>
    <tr>
    <td><p>Enxeñaría</p></td>
    <td><p>Os resultados móstranse en notación científica agás cando o expoñente é sempre múltiplo de tres</p></td>
    </tr>
    <tr>
    <td><p>Binario</p></td>
    <td><p>Os resultados móstranse como <link xref="base">números binarios</link></p></td>
    </tr>
    <tr>
    <td><p>Octal</p></td>
    <td><p>Os resultados móstranse como <link xref="base">números octais</link></p></td>
    </tr>
    <tr>
    <td><p>Hexadecimal</p></td>
    <td><p>Os resultados móstrnse como <link xref="base">números hexadecimais</link></p></td>
    </tr>
    </table>
    <p>O número de lugares decimais, se se mostran os ceros excedentes e os separadores de milleiros tamén se pode configurar.</p>
</page>