This file is indexed.

/usr/share/help/el/gnome-sudoku/commandline.page is in gnome-sudoku 1:3.4.2-3.

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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="commandline" xml:lang="el">
  <info>
    <revision pkgversion="3.4" version="0.1" date="2012-03-08" status="final"/>
   <link type="guide" xref="index#advanced"/>
    <credit type="author copyright">
      <name>Tiffany Antopolski</name>
      <email>tiffany.antopolski@gmail.com</email>
      <years>2011</years>
    </credit>
    <credit type="editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
    </credit>
    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>
  </info>

<title>Γραμμή εντολών</title>
<p>To view commandline options for gnome-sudoku:  <cmd>gnome-sudoku --help</cmd></p>
<p>To view the version number of your gnome-sudoku:  <cmd>gnome-sudoku --version</cmd></p>

<section id="debug">
<title>Print debug information</title>
<p>This command may be useful when your are filing a bug and need to post debug information:  <cmd>gnome-sudoku -v</cmd></p>
</section>

<section id="profile">
<title>Profile information</title>
<p>This command is useful if you are filing a bug about slow performance.  It will show the perfomance of different functions that run, and possibly reveal which specific function(s) may be responsible for poor performance. This information attached to a bug could make it easier to fix the problem, but this command is used mostly by programmers.</p>
<p><cmd>gnome-sudoku -p</cmd></p>
<p>When you exit the application, the terminal will show you performance statistics.</p>
</section>

<section id="step">
<title>Step through <app>GNOME Sudoku</app></title>
<p>This command is mostly used by programmers to step through the code:  <cmd>gnome-sudoku -w</cmd></p>
</section>
</page>