This file is indexed.

/usr/lib/pd/extra/list-abs/list-stddev-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
#N canvas 0 0 565 344 10;
#X obj 110 105 list-random 100 10;
#X msg 215 155 11 17 21 9 43 28 2 50 72 12;
#N canvas 0 0 450 300 show 0;
#X obj 41 39 inlet;
#X obj 186 36 inlet;
#X obj 41 124 outlet;
#X msg 186 76 set;
#X obj 41 59 list prepend set;
#X obj 41 83 list trim;
#X connect 0 0 4 0;
#X connect 1 0 3 0;
#X connect 3 0 2 0;
#X connect 4 0 5 0;
#X connect 5 0 2 0;
#X restore 215 135 pd show;
#X msg 110 84 bang;
#X obj 110 135 list-stddev;
#X floatatom 110 158 5 0 0 3 std_deviation - -;
#X text 66 41 list-stddev - calculate the standard deviation of a float
list;
#X connect 0 0 2 0;
#X connect 0 0 4 0;
#X connect 2 0 1 0;
#X connect 3 0 0 0;
#X connect 4 0 5 0;