This file is indexed.

/usr/share/help/sl/aisleriot/poker.xml is in aisleriot 1:3.22.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
 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
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<?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="Poker"><!--<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>Poker</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.
		</entry>
	</row>
	<row>
		<entry>Waste</entry>
		<entry>
			Next to Stock.  The Waste can only hold one card.
		</entry>
	</row>
	<row>
		<entry>Tableau</entry>
		<entry>
			Five by five grid.  Each slot can only hold one card.
		</entry>
	</row>
      </tbody>
    </tgroup>
  </informaltable>

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

  <para>
    Score as many points as possible using poker hands.  There are
    twelve hands in the board -- 5 rows, 5 columns, and 2 diagonals.
    Scoring 75 points or higher is considered a win.
  </para>

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

  <para>
    Click on the Stock to flip over cards one at a time.  The card must
    be placed somewhere on to the Tableau before the next card can be
    flipped.  Once placed, a card cannot be moved.
  </para>

          </sect2>
        <sect2><title>Options</title>

  <para>
    Shuffle mode: If selected, you can move the cards after they have
    been placed.  You need at least 120 points to win this way.
  </para>

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

  <para>
    Poker hands are scored using the British point system, which is as follows
  </para>

  <informaltable>
    <tgroup cols="3">
      <tbody>
        <row>
          <entry>Hand</entry>
          <entry>Description</entry>
          <entry>Score</entry>
        </row>
        <row>
          <entry>Straight flush</entry>
          <entry>Cards are all in sequence and are the same suit</entry>
          <entry>30</entry>
        </row>
        <row>
          <entry>Four of a kind</entry>
          <entry>Contains four cards have the same rank</entry>
          <entry>16</entry>
        </row>
        <row>
          <entry>Straight</entry>
          <entry>Cards are all in sequence</entry>
          <entry>12</entry>
        </row>
        <row>
          <entry>Full House</entry>
          <entry>Three of one rank and two of another</entry>
          <entry>10</entry>
        </row>
        <row>
          <entry>Three of a kind</entry>
          <entry>Contains three cards have the same rank</entry>
          <entry>6</entry>
        </row>
        <row>
          <entry>Flush</entry>
          <entry>All five cards are the same suit</entry>
          <entry>5</entry>
        </row>
        <row>
          <entry>Two pair</entry>
          <entry>Contains two sets of two cards of the same rank</entry>
          <entry>3</entry>
        </row>
        <row>
          <entry>One pair</entry>
          <entry>Contains two cards of the same rank</entry>
          <entry>1</entry>
        </row>
      </tbody>
    </tgroup>
  </informaltable>

  <para>
    Maximum possible score:  276
  </para>

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

  <para>
    Remember you are going to see almost half the deck and plan
    accordingly.  Trying to bluff the computer is not recommended.
  </para>
        </sect2>
</sect1>