This file is indexed.

/usr/share/doc/malaga-bin/examples/formal/repeat_word.pro is in malaga-bin 7.12-7build1.

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
# the project file for the grammar "repeat_word"

sym: formal.sym
all: formal.all
lex: formal.lex
mor: repeat_word.mor

info: A formal grammar that recognizes words of the form ww, 
info: where w is a non-empty sequence of lexicon items.

# end of file =================================================================