This file is indexed.

/usr/share/help/C/gnome-boxes/snapshot-create.page is in gnome-boxes 3.18.1-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
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="snapshot-create">
  <info>
    <revision pkgversion="3.14" date="2014-09-14" status="review"/>
    <link type="guide" xref="index#snapshots" group="#first" />

    <credit type="author copyright">
      <name>Michael Hill</name>
      <email>mdhill@gnome.org</email>
      <years>2014</years>
    </credit>

    <desc>Save the state of a box for later use.</desc>
  </info>

  <title>Create a snapshot</title>

  <p>If your virtual machine is operating perfectly in a desired configuration,
  you may want to save the setup before it breaks because of a software upgrade
  or configuration change. Taking a snapshot of the box preserves the current
  state so you can return to it as often as you want.</p>

  <steps>
    <item><p>Open the <link xref="interface#properties">properties view</link>
    for the box. If the box is open, click the
    <gui style="button">Properties</gui> button in the header bar. The
    properties view can also be accessed from
    <link xref="interface#selection">selection mode</link>.</p></item>
    <item><p>Click <gui>Snapshots</gui> in the sidebar.</p></item>
    <item><p>Click <key>+</key> below the <gui>Snapshots</gui> list.</p></item>
  </steps>

  <p>A snapshot is saved reflecting the current state of your box. It appears
  in the list.</p>

</page>