This file is indexed.

/usr/lib/pd/extra/list-abs/list-rot-help.pd is in pd-list-abs 0.1-3.

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 0 31 479 301 10;
#X msg 136 118 0 1 2 3 4 5 6 7;
#X floatatom 201 151 5 0 0 0 ROT# - -;
#X obj 136 230 print;
#X obj 136 183 list-rot 3;
#X text 124 33 list-rot;
#X text 64 61 Rotate a list (move ROT# elements from front to back)
;
#X text 63 81 Negative ROT# will rotate elements from back to front.
;
#N canvas 472 161 494 396 META 0;
#X text 12 25 LICENSE SIBSD;
#X text 12 125 AUTHOR Frank Barknecht;
#X text 12 145 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 5 KEYWORDS control list_op;
#X text 12 65 INLET_0 anything;
#X text 12 45 DESCRIPTION rotate the elements of a list;
#X text 12 105 OUTLET_0 list;
#X text 12 85 INLET_1 float;
#X restore 413 268 pd META;
#X connect 0 0 3 0;
#X connect 1 0 3 1;
#X connect 3 0 2 0;