This file is indexed.

/usr/share/help/C/aisleriot/yield.xml is in aisleriot 1:3.2.3.2-0ubuntu1.

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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
                   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]>
<sect1 id="Yield"><!--<sect1info>
		<copyright>
			<year>2001</year>
			<holder>Rosanna Yuen</holder>
		</copyright>
		<author>
			<firstname>Rosanna</firstname>
			<surname>Yuen</surname>
		</author>
		<address><email>zana@webwynk.net</email></address>
	</sect1info>-->

	<title>Yield</title>

	<para>Written by Rosanna Yuen</para>

	        <sect2><title>Setup</title>


	<informaltable>
		<tgroup cols="2">
			<tbody>
	<row>
		<entry>Type of Deck</entry>
		<entry>Standard Deck</entry>
	</row>
	<row>
		<entry>Stock</entry>
		<entry>
			Top left pile.  The rest of the deck is placed here after
			dealing the Tableau.  Cards are turned over one at a time to Waste.  No
			redeals.
		</entry>
	</row>
	<row>
		<entry>Waste</entry>
		<entry>
			To be taken from Stock.  Top card and bottom card available for play.
		</entry>
	</row>
	<row>
		<entry>Tableau</entry>
		<entry>
			Deal cards face up in seven overlapping rows starting with seven cards on the
			first row, decreasing by one per row and staggering the piles as to
			achieve an inverted pyramid.
		</entry>
	</row>
			</tbody>
		</tgroup>
	</informaltable>

	        </sect2>
        <sect2><title>Goal</title>

	<para>
		Remove all cards.
	</para>

	        </sect2>
        <sect2><title>Rules</title>

	<para>
		All exposed cards in the pyramid are available for play.  Kings can be
		removed singly.  All other cards can be removed in pairs that add up to
		treize with Aces equal to 1, Jacks equal to 11, and Queens equal to 12.
	</para>
	<para>
		Cards can be flipped singly from the Stock to the Waste.  Top and bottom
		cards are available for play either by themselves or with the available
		cards in the pyramid.  The top card of the Waste can also be played with
		the second card on the Waste.  There is no redeal.
	</para>

	        </sect2>
        <sect2><title>Scoring</title>

	<para>
		Each card removed scores one point.
	</para>
	<para>
		Maximum possible score:  52
	</para>

	        </sect2>
        <sect2><title>Strategy</title>

	<para>
		Removing the bottom of the inverted pyramid is the hard part.  Once that
		is achieved, it is sometimes better to remove cards from the Waste than
		the inverted pyramid, as there are more cards in play there.
	</para>
        </sect2>
</sect1>