This file is indexed.

/usr/lib/pd/extra/rtc/rota-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
#N canvas 428 278 641 354 10;
#X obj 164 188 rota;
#X msg 164 130 bang;
#X floatatom 194 214 5 0 0 0 - - -;
#X msg 204 130 a b c d e f;
#X obj 292 151 b;
#X msg 292 130 restart;
#X text 97 76 On every bang into first inlet cycle up and down through
the list sent into the second inlet. Third inlet resets.;
#X text 249 214 Outlet 2: current index (zero-based);
#X obj 164 238 print ROTA;
#X text 162 260 Outlet 1: current list element.;
#X connect 0 0 8 0;
#X connect 0 1 2 0;
#X connect 1 0 0 0;
#X connect 3 0 0 1;
#X connect 4 0 0 2;
#X connect 5 0 4 0;