This file is indexed.

/usr/lib/pd/extra/iemmatrix/mtx_minmax-help.pd is in pd-iemmatrix 0.2-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
#N canvas 161 60 480 312 10;
#X text 89 244 updated for;
#X obj 177 244 iemmatrix 0.2;
#X obj 226 270 matrix;
#X text 96 269 see also help for;
#X msg 136 83 3 5;
#X obj 121 23 mtx_minmax;
#X text 223 24 get minimum/maximum of matrix;
#X obj 136 186 print min;
#X obj 201 186 print max;
#X obj 136 106 mtx_rand;
#X obj 136 130 t a a;
#X obj 176 130 mtx_print;
#X text 133 67 get min/max of a matrix;
#X obj 136 152 mtx_minmax;
#X connect 4 0 9 0;
#X connect 9 0 10 0;
#X connect 10 0 13 0;
#X connect 10 1 11 0;
#X connect 13 0 7 0;
#X connect 13 1 8 0;