This file is indexed.

/usr/lib/pd/extra/list-abs/list-minmax-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
#N canvas 0 31 626 365 10;
#X floatatom 254 271 5 0 0 0 min - -;
#X floatatom 326 271 5 0 0 0 max - -;
#X obj 254 138 random 100;
#X obj 254 116 until;
#X msg 366 138 set;
#X msg 232 61 10;
#X msg 254 160 add2 \$1;
#X obj 232 88 t b f b;
#X msg 254 203 41 49 75 14 47 94 89 87 30 87;
#X text 178 28 list-minmax: find minimum and maximum float in a list.
;
#X msg 141 201 2;
#X text 140 178 special cases;
#X obj 254 234 list-minmax;
#X msg 179 202 11 2 2 2;
#N canvas 510 66 494 396 META 0;
#X text 12 25 LICENSE SIBSD;
#X text 12 125 AUTHOR Frank Barknecht;
#X text 12 145 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;
#X text 12 85 OUTLET_0 float;
#X text 12 45 DESCRIPTION find minimum and maximum float in a list
;
#X text 12 65 INLET_0 list;
#X text 12 105 OUTLET_1 float;
#X restore 566 331 pd META;
#X connect 2 0 6 0;
#X connect 3 0 2 0;
#X connect 4 0 8 0;
#X connect 5 0 7 0;
#X connect 6 0 8 0;
#X connect 7 0 8 0;
#X connect 7 1 3 0;
#X connect 7 2 4 0;
#X connect 8 0 12 0;
#X connect 10 0 12 0;
#X connect 12 0 0 0;
#X connect 12 1 1 0;
#X connect 13 0 12 0;