This file is indexed.

/usr/lib/pd/extra/zexy/any2list-help.pd is in pd-zexy 2.2.5-2.

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
#N canvas 0 31 450 458 10;
#X text 113 30 convert "anything" to lists;
#X text 116 56 pass through the rest;
#X floatatom 46 229 0 0 0 0 - - -;
#X symbolatom 46 203 0 0 0 0 - - -;
#X msg 46 162 this is anything;
#X msg 46 182 list this is a list;
#X obj 35 276 print a2l;
#X text 48 337 to make "anything"s out of lists \, try;
#X obj 319 339 route list;
#X msg 319 318 list this is a list;
#X obj 319 359 print l2a;
#X text 245 223 alias;
#X obj 286 223 a2l;
#X obj 35 256 any2list;
#X text 356 6 part of zexy;
#N canvas 460 154 494 344 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 5 KEYWORDS control conversion deprecated;
#X text 12 45 DESCRIPTION convert an anything to a list;
#X text 12 65 INLET_0 anything;
#X text 12 85 OUTLET_0 list;
#X text 12 105 AUTHOR IOhannes m zmoelnig;
#X restore 401 437 pd META;
#X obj 48 30 any2list;
#X connect 2 0 13 0;
#X connect 3 0 13 0;
#X connect 4 0 13 0;
#X connect 5 0 13 0;
#X connect 8 0 10 0;
#X connect 9 0 8 0;
#X connect 13 0 6 0;