This file is indexed.

/usr/lib/pd/extra/rtc/Lround-help.pd is in pd-rtclib 4.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
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
#N canvas 4 49 788 342 10;
#X declare -lib libdir -lib list-abs;
#X declare -lib libdir -lib list-abs;
#X declare -lib libdir -lib list-abs;
#X declare -lib libdir -lib list-abs;
#X text 24 31 Lround;
#X text 26 64 Rounds off numbers.;
#X obj 521 124 Lround -1;
#X msg 521 196;
#X text 418 25 Floats in list are rounded off;
#X text 323 55 Float is rounded off;
#X floatatom 263 84 0 0 0 0 - - -;
#X floatatom 238 54 0 0 0 0 - - -;
#X msg 213 26 1 2 3.6 4.4 7.5 8.5 19.1117;
#X obj 336 124 Lround 3;
#X msg 336 196;
#X text 335 228 Positive Arg sets number of decimal places.;
#X text 519 213 Negative Arg rounds to power of 10;
#X text 196 211 Arg of 0 converts all outputs to float.;
#X obj 200 124 Lround 0;
#X msg 200 196;
#X msg 63 196;
#X obj 63 124 Lround;
#X text 56 229 With no arg \, output is rounded to int.;
#X text 9 277 Peter Elsea 1995;
#X text 9 295 University of California \, Santa Cruz;
#X obj 63 151 list prepend set;
#X obj 63 173 list trim;
#X obj 200 151 list prepend set;
#X obj 200 173 list trim;
#X obj 336 151 list prepend set;
#X obj 336 173 list trim;
#X obj 521 151 list prepend set;
#X obj 521 173 list trim;
#X connect 2 0 27 0;
#X connect 6 0 17 0;
#X connect 6 0 14 0;
#X connect 6 0 9 0;
#X connect 6 0 2 0;
#X connect 7 0 17 0;
#X connect 7 0 14 0;
#X connect 7 0 9 0;
#X connect 7 0 2 0;
#X connect 8 0 17 0;
#X connect 8 0 14 0;
#X connect 8 0 9 0;
#X connect 8 0 2 0;
#X connect 9 0 25 0;
#X connect 14 0 23 0;
#X connect 17 0 21 0;
#X connect 21 0 22 0;
#X connect 22 0 16 0;
#X connect 23 0 24 0;
#X connect 24 0 15 0;
#X connect 25 0 26 0;
#X connect 26 0 10 0;
#X connect 27 0 28 0;
#X connect 28 0 3 0;