This file is indexed.

/usr/share/help/sl/mate-calc/boolean.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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="boolean" xml:lang="sl">

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

	<title>Logična algebra</title>
    
    <p>Logično algebro je mogoče izračunati z operatorji AND, OR in XOR.</p>
    <example>
    <p>010011₂ AND 110101₂</p>
    </example>
    <p>Gumbi za te simbole so na voljo v <link xref="mouse">programerskem načinu</link>.</p>
    <p>Funkcija NOT <link xref="function">function</link> obrne bite v številu. Velikost besede lahko nastavite v meniju <guiseq><gui>Računalo</gui><gui>Možnosti</gui></guiseq>.</p>
    <example>
    <p>NOT 010011₂</p>
    </example>
</page>