This file is indexed.

/usr/lib/pd/extra/iemlib/round~.pd is in pd-iemlib 1.20.1-2.

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
#N canvas 323 149 393 329 10;
#X obj 22 42 inlet~;
#X obj 22 238 outlet~;
#X text 62 42 ~signal_in~;
#X text 69 239 ~signal_out~;
#X text 11 9 round~;
#X text 62 9 signal-float-rounding to a signal-integer-number;
#X obj 140 112 float24 12 582 912;
#X obj 22 152 +~ 1.25829e+007;
#X obj 22 178 -~ 1.25829e+007;
#X obj 140 92 loadbang;
#X text 266 109 1.5 * 2 ^ 23;
#X text 166 285 IEM KUG;
#X text 150 273 musil;
#X text 180 273 @;
#X text 186 273 iem.at;
#X text 101 262 (c) Thomas Musil 2000 - 2005;
#X text 149 295 Graz \, Austria;
#X connect 0 0 7 0;
#X connect 6 0 7 1;
#X connect 6 0 8 1;
#X connect 7 0 8 0;
#X connect 8 0 1 0;
#X connect 9 0 6 0;