This file is indexed.

/usr/lib/pd/extra/rtc/roundto.pd is in pd-rtclib 4.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 434 167 270 224 10;
#X text 56 173 1992 by Gerhard Eckel
;
#X obj 26 75 t f b;
#X obj 26 43 inlet;
#X obj 26 172 outlet;
#X obj 26 140 expr int($f1/$f2)*$f2;
#X obj 191 47 inlet;
#X obj 168 108 f \$1;
#X connect 1 0 4 0;
#X connect 1 1 6 0;
#X connect 2 0 1 0;
#X connect 4 0 3 0;
#X connect 5 0 6 1;
#X connect 6 0 4 1;