This file is indexed.

/usr/lib/pd/extra/list-abs/list-round-help.pd is in pd-list-abs 0.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#N canvas 0 31 625 414 10;
#N canvas 448 238 450 300 show 0;
#X obj 41 39 inlet;
#X obj 186 36 inlet;
#X obj 41 124 outlet;
#X msg 186 76 set;
#X obj 41 59 list prepend set;
#X obj 41 83 list trim;
#X connect 0 0 4 0;
#X connect 1 0 3 0;
#X connect 3 0 2 0;
#X connect 4 0 5 0;
#X connect 5 0 2 0;
#X restore 368 293 pd show;
#X msg 368 318;
#X obj 412 274 bng 15 250 50 1 empty empty clear 0 -6 0 8 -262144 -1
-1;
#X msg 394 170 1.2 3 4.5 6.7 eight 9;
#X msg 368 144 1.2 3 4.5 6.7 8.9;
#N canvas 448 238 450 300 show 0;
#X obj 41 39 inlet;
#X obj 186 36 inlet;
#X obj 41 124 outlet;
#X msg 186 76 set;
#X obj 41 59 list prepend set;
#X obj 41 83 list trim;
#X connect 0 0 4 0;
#X connect 1 0 3 0;
#X connect 3 0 2 0;
#X connect 4 0 5 0;
#X connect 5 0 2 0;
#X restore 65 289 pd show;
#X msg 65 314;
#X obj 109 270 bng 15 250 50 1 empty empty clear 0 -6 0 8 -262144 -1
-1;
#X msg 91 166 1.2 3 4.5 6.7 eight 9;
#X msg 62 136 1.2 3 4.5 6.7 8.9;
#X text 56 34 round all numbers in a list to nearest multiple of first
argument or number in second inlet. Using 0 as argument (or no argumement)
will round to 1 (integer round).;
#X text 44 15 list-round;
#X obj 65 225 list-round;
#X text 62 113 simple integer round;
#X obj 368 229 list-round 3;
#X floatatom 130 200 5 0 0 2 round-to? - -;
#X floatatom 447 205 5 0 0 2 round-to? - -;
#X text 154 224 == [list-round 1];
#N canvas 472 161 494 396 META 0;
#X text 12 25 LICENSE SIBSD;
#X text 12 135 AUTHOR Frank Barknecht;
#X text 12 155 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 115 OUTLET_0 list;
#X text 12 45 DESCRIPTION round all numbers in a list to nearest multiple
of first argument or number in second inlet;
#X text 12 75 INLET_0 list;
#X text 12 95 INLET_1 float;
#X restore 563 378 pd META;
#X connect 0 0 1 0;
#X connect 2 0 0 1;
#X connect 3 0 14 0;
#X connect 4 0 14 0;
#X connect 5 0 6 0;
#X connect 7 0 5 1;
#X connect 8 0 12 0;
#X connect 9 0 12 0;
#X connect 12 0 5 0;
#X connect 14 0 0 0;
#X connect 15 0 12 1;
#X connect 16 0 14 1;