This file is indexed.

/usr/lib/pd/extra/rtc/ms2sec-help.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
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#N canvas 255 305 454 385 10;
#X obj 38 95 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#N canvas 50 61 261 222 select-duration 0;
#X obj 44 125 outlet;
#X obj 44 72 inlet;
#X obj 44 98 between-log 2345 23456 12;
#X connect 1 0 2 0;
#X connect 2 0 0 0;
#X restore 38 120 pd select-duration;
#X text 18 274 1998 by Karlheinz Essl;
#X msg 278 23 Rhythm;
#X text 18 28 ms2sec;
#X text 18 59 Converts milliseconds into seconds. The argument sets
the number of decimal places.;
#X floatatom 190 220 0 0 0 0 - - -;
#X floatatom 113 220 0 0 0 0 - - -;
#X floatatom 38 220 0 0 0 0 - - -;
#X floatatom 38 151 0 0 0 0 - - -;
#X text 93 151 time in milliseconds;
#X text 36 244 time in seconds \, rounded;
#X text 18 288 Thanks to Peter Elsea for Lround!;
#X text 60 97 generate a random duration;
#X obj 190 191 ms2sec 2;
#X obj 113 191 ms2sec 1;
#X obj 38 191 ms2sec 0;
#X connect 0 0 1 0;
#X connect 1 0 9 0;
#X connect 9 0 14 0;
#X connect 9 0 15 0;
#X connect 9 0 16 0;
#X connect 14 0 6 0;
#X connect 15 0 7 0;
#X connect 16 0 8 0;