This file is indexed.

/usr/share/polygen/eng/boyband.grm is in polygen-data 1.0.6.ds2-14build1.

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
I ::=   "title:    Boyband names\n"
      ^ "author:   Zcode <zcode@tiscali.it>\n"
      ^ "language: english\n"
      ^ "status:   refinable\n"
      ^ "topic:    misc\n"
      ^ "audience: dedicated to" \Nome^, \Nome [^, \Nome] 'n \Nome ^"\n"
      ^ "created:  30/06/2003"
;

S ::= Band;

Band ::=  Verbo (Pron|Num) | [\the] Num^[s] | 
	  (Boys|Pron|Num) to (Boys|Pron|Num) | 
	  (Back^Street Boys).(1|2) |
	  '^\(n|m|r|s|v|p|w|x)\(+sync|sink|sick|silk|Boys|Pron|Num) |
	  (Boy) ^zone;

Back ::=  \ (1: >(black | break | beck | bank | breast | pack ) | 
             2: >(back | front | down | left | right | side ));

Street ::=  (1: >(strip | streap | string | steak | stream | strict) | 
	     2: >(street | road | avenue | zone));

Boy ::= \(1: boy | 2: ( boy | guy | kid | men));
Boys ::= (Boy) ^(s|z);

Verbo ::= \(take | bring | push | pull | get | pick);

Pron ::= \(that | this | those | these | it | them | all | back);

Num ::= \(three | four | five | six | seven | eight | nine | ten | eleven | twelve);

Nome ::= (jason|jay|howie|ralph|ryan|marc|robbie|david|
	  nick|brian|kevin|aj|gary|howard|ronan|stephen|
	  keith|mikey|shane|jc|justin|chris|lance|joey) 
	 [[^Suff]];

Suff ::= "-"^\(b|c|d|g|j|k);