This file is indexed.

/usr/lib/pd/extra/list-abs/list-l2s-help.pd is in pd-list-abs 0.1-3.

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
#N canvas 0 31 518 278 10;
#X msg 52 90 a b c d 1 2;
#X msg 165 90 a b c d 1 2;
#X msg 288 91 a b c d 1 2;
#X symbolatom 165 154 15 0 0 0 - - -;
#X symbolatom 52 155 10 0 0 0 - - -;
#X symbolatom 288 154 25 0 0 0 - - -;
#X obj 52 127 list-l2s;
#X obj 165 126 list-l2s -;
#X obj 288 124 list-l2s _|_;
#X msg 395 90 symbol PD;
#X text 54 42 Concatenate a list into a single symbol using ARG1 as
delimiter. Delimiter can be set through second inlet.;
#X text 55 20 list-l2s;
#N canvas 510 66 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 5 KEYWORDS control list_op symbol_op;
#X text 12 45 DESCRIPTION concatenate a list into a single symbol using
ARG1 as delimiter;
#X text 12 75 INLET_0 anything;
#X text 12 95 INLET_1 symbol;
#X text 12 115 OUTLET_0 symbol;
#X restore 443 251 pd META;
#X connect 0 0 6 0;
#X connect 1 0 7 0;
#X connect 2 0 8 0;
#X connect 6 0 4 0;
#X connect 7 0 3 0;
#X connect 8 0 5 0;
#X connect 9 0 8 1;