This file is indexed.

/usr/share/help/C/system-admin-guide/power-settings.page is in gnome-user-guide 3.8.2-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
39
40
41
42
43
44
45
46
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="power-settings">
  <info>
    <revision version="0.1" date="2012-07-24" status="draft"/>
    <link type="guide" xref="index" group="user" />

    <credit type="author copyright">
      <name>Matthias Clasen</name>
      <email>matthias.clasen@gmail.com</email>
      <years>2012</years>
    </credit>

    <desc>How can I set system-wide power management settings that can't be
    modified by users?</desc>
  </info>

  <title>Power management settings</title>

  <comment>
    <cite date="2012-07-24" href="mailto:mdhillca@gmail.com">Michael Hill</cite>
    <p>Adapted from l-g-o SysAdminGuide page. Add link for how to install and
     enforce system-wide custom values for gsettings keys.</p>
  </comment>

   <p>Power management settings are controlled by gsettings keys. For
   instance, <em>dim screens after X minutes</em> is controlled by the
   following gsettings keys:</p>
   <terms>
     <item>
       <title><cmd>org.gnome.settings-daemon.plugins.power.idle-brightness</cmd></title>
       <p>Controls the brightness level to be used when the machine has been
       idle for some time.</p>
     </item>
     <item>
       <title><cmd>org.gnome.settings-daemon.plugins.power.idle-dim</cmd></title>
       <p>Sets the drop in the brightness level when the machine is idle.</p>
     </item>
     <item>
       <title><cmd>org.gnome.desktop.session.idle-delay</cmd></title>
       <p>Sets the idle time after which the screen must be blanked and the
       default screensaver displayed.</p>
     </item>
   </terms>

</page>