This file is indexed.

/usr/lib/pd/extra/purepd/log10.pd is in pd-purepd 0.1.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
#N canvas 0 0 450 300 10;
#X obj 127 128 log;
#X msg 171 130 10;
#X obj 171 155 log;
#X obj 127 182 /;
#X obj 171 107 loadbang;
#X obj 127 214 outlet;
#X obj 127 81 inlet;
#X text 242 186 log10(n) == ln(n)/ln(10);
#X connect 0 0 3 0;
#X connect 1 0 2 0;
#X connect 2 0 3 1;
#X connect 3 0 5 0;
#X connect 4 0 1 0;
#X connect 6 0 0 0;