This file is indexed.

/usr/share/help/C/gnome-boxes/create.page is in gnome-boxes 3.8.4-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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="create">
  <info>
    <revision pkgversion="3.8.0" version="0.1" date="2013-03-17" status="candidate"/>
    <link type="guide" xref="index#start"/>

    <credit type="author copyright">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
      <years>2013</years>
    </credit>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>Click <gui style="button">New</gui> to begin creating a box.</desc>
  </info>

  <title>Create a box</title>

  <p>When <app>Boxes</app> is launched, the collection view opens, displaying
  your existing boxes. If you haven't yet created a box, the greeting reads
  <gui>No boxes found.</gui></p>

  <steps>
    <item><p>Click <gui style="button">New</gui> in the top left corner to launch
    the box creation wizard.</p></item>
    <item><p>An introductory message is displayed. Click
    <gui style="button">Continue</gui>.</p></item>
    <item><p>At the wizard's <gui>Source Selection</gui> screen, choose a source
    to determine the type of box you want to create.</p>

      <media type="image" src="figures/list.png"
         width="500" height="303">
        <p>Source selection</p>
      </media>
    </item>

    <item><p>Create a local virtual machine using one of the following:</p>

      <list>
        <item><p>select from the list of isos found by <app>Boxes</app>.</p></item>
        <item><p>insert installation media in your CD/DVD drive or USB port.</p></item>
        <item><p>provide a filename or location for an iso file.</p></item>
        <item><p>provide a URL to connect locally as you would for a
        <link xref="connect">remote connection</link>.</p></item>
      </list>

      <note style="important">
        <p>If your iso or installation media supports <gui>Express Installation</gui>,
        the installation will proceed without further input.</p>
      </note>
    </item>

    <item><p>After making your selection, or providing the necessary
    information, click <gui style="button">Continue</gui>. The <gui>Review</gui>
    page opens.</p></item>
    <item><p>Click <gui style="button">Customize</gui> to adjust memory or
    disk size, or to rename the box.</p></item>
    <item><p>Click <gui style="button">Create</gui>.</p></item>
  </steps>

  <p>The collection view returns, and the installation of the box begins.</p>

</page>