This file is indexed.

/usr/share/doc/drawtiming/examples/sample.txt is in drawtiming 0.7.1-6build5.

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
POWER=0, FIRE=0, ARMED=0, LED=OFF, COUNT=N.
POWER=1 => LED=GREEN.
FIRE=1.
FIRE => ARMED=1.
FIRE=0.
FIRE=1.
FIRE, ARMED => LED=RED;
FIRE => COUNT="N+1".