This file is indexed.

/usr/share/polygen/ita/ponti.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
I ::=   "title:    Prodotti Ponti\n"
      ^ "author:   Zeff\n"
      ^ "language: italian\n"
      ^ "status:   refinable\n"
      ^ "topic:    misc\n"
      ^ "audience: anybody\n"
      ^ "disclaim: Ponti S.p.a. rivendica i diritti su" Prod ^"\n"
      ^ "created:  5/12/2002"
;

S ::= Prod "Ponti"
;

Prod ::= Verdura^Suff
;

Verdura ::= "Carcio" | "Fungo" | "Peper"[^on] | "Pomo" | "Fungo" | "Finocchio"
          | "Verza" | "Aspara" | "Fagio" | "Melanza" | "Insala" | +++"Condi"
	      | +++"Gusta" | "Cipol" | "Riso" | "Pinzi" | "Pasta" | "Pizza" | "Sapor" | "Pisel"
	      | "Tonno" | "Capper"
;

Suff ::= ++lizia | slurp | monio | +ghiotto | gnam | lette | gusto | +godi | mangia
;