This file is indexed.

/usr/lib/pd/extra/list-abs/list-sect-help.pd is in pd-list-abs 0.1-1.

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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#N canvas 0 31 576 432 10;
#X text 78 26 list-sect;
#N canvas 269 263 450 300 sbow 0;
#X obj 120 85 list prepend set;
#X obj 120 109 list trim;
#X obj 120 63 inlet;
#X obj 120 131 outlet;
#X connect 0 0 1 0;
#X connect 1 0 3 0;
#X connect 2 0 0 0;
#X restore 114 236 pd sbow;
#X obj 114 120 t b b;
#X obj 114 101 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 114 196 list-sect;
#X obj 123 218 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X msg 172 167 5 4 foo 3 2;
#X msg 114 144 1 2 3 4 foo bar 2;
#X obj 114 318 list-unique;
#N canvas 269 263 450 300 sbow 0;
#X obj 120 85 list prepend set;
#X obj 120 109 list trim;
#X obj 120 63 inlet;
#X obj 120 131 outlet;
#X connect 0 0 1 0;
#X connect 1 0 3 0;
#X connect 2 0 0 0;
#X restore 114 361 pd sbow;
#X obj 123 343 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X msg 114 382;
#X text 113 49 outputs the elements that are common to both input lists.
Left inlet determines order and number of items in result. Duplicates
are kept!;
#X text 127 292 To remove duplicates use [list-unique];
#N canvas 506 181 494 396 META 0;
#X text 12 25 LICENSE SIBSD;
#X text 12 135 AUTHOR Frank Barknecht;
#X text 12 155 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 45 DESCRIPTION outputs the elements that are common to both
input lists;
#X text 12 5 KEYWORDS control list_op;
#X text 12 75 INLET_0 anything;
#X text 12 95 INLET_1 anything;
#X text 12 115 OUTLET_0 list float bang symbol pointer;
#X restore 514 400 pd META;
#X msg 114 261;
#X connect 1 0 15 0;
#X connect 2 0 7 0;
#X connect 2 1 6 0;
#X connect 3 0 2 0;
#X connect 4 0 1 0;
#X connect 5 0 1 0;
#X connect 6 0 4 1;
#X connect 7 0 4 0;
#X connect 8 0 9 0;
#X connect 9 0 11 0;
#X connect 10 0 9 0;
#X connect 15 0 8 0;