This file is indexed.

/usr/share/doc/xbomb/README is in xbomb 2.2b-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
                        XBOMB Version 2.2
                        =================

A program that looks superficially like the minesweeper program that
comes supplied with MS Windows (and is also available in other
versions). Runs under X Windows on the UNIX operating system.

Features
--------

There are a number of features that make this version different from
the others available (that I have seen).

3 Grid Tile options

        Hexagonal      - Easy (the endgame can be difficult).
        Square         - Traditional.
        Triangular     - Difficult.

3 Grid sizes

        Small          - 8x8 with 10 bombs
        Medium         - 16x16 with 40 bombs
        Large          - 30x16 with 99 bombs

Highscore table

        10 entries for the fastest times for each of the 3 levels of
        each of the 3 grid shapes.

Playing the game
----------------

Located under the tiles of the grid are a number of unexploded
bombs. The target of the game is detect the location of the bombs
given only the number of bombs neighbouring each of the locations
known to have no bomb. Locations known to contain bombs, are marked
and the game finishes when all locations are uncovered or marked.

Left mouse button   - Uncover the current location if not already done
                      or uncover all adjacent squares not marked as bombs.
Middle mouse button - Uncover all adjacent squares not marked as bombs.
Right mouse button  - Mark a square as being known to contain a bomb (toggles).

's' key             - Start a new game
'q' key             - Quit the game
'h' key             - Print the high score table for the current grid shape.
'1','2' or '3' key  - Select game level 1, 2 or 3.
'H','S' or 'T' key  - Select game type Hexagon, Square or Triangle grid.

Installation
------------

Edit the Makefile to set the paths for installation (INSTDIR), X
windows libraries (XLIB) and the compiler options (CC, CFLAGS).

make xbomb
make install

And all should be OK.

This program has been tested on the following systems:

Linux 1.x, 2.x
SunOS 4.1.x
Solaris 2.x

Author & Copyright
------------------

Andrew M. Bishop  (XBomb first written late 1994/early 1995)

This program is Copyright Andrew M. Bishop 1995-2014 and distributed under GPL.

More information: http://www.gedanken.org.uk/software/xbomb/