This file is indexed.

/usr/share/puredata/doc/5.reference/float-help.pd is in puredata-core 0.48.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#N canvas 666 58 607 488 12;
#X msg 36 125 bang;
#X obj 36 377 float 6.5;
#X floatatom 36 407 0 0 0 0 - - -;
#X floatatom 48 151 0 0 0 0 - - -;
#X floatatom 105 347 0 0 0 0 - - -;
#X obj 55 12 float;
#X text 97 11 - STORE A (FLOATING POINT) NUMBER;
#X text 31 43 The float object stores a number \, initialized by its
creation argument \, which may be reset using its inlet and output
by sending it the "bang" message. Sending a number sets a new value
and outputs it.;
#X text 140 349 sets the value;
#X text 114 378 creation argument initializes the value;
#X floatatom 462 205 5 0 0 0 - - -, f 5;
#X text 81 126 output the value;
#X text 78 150 set and output the value;
#X text 182 180 send to a "receive" like this -->;
#X obj 462 181 r float-help;
#X msg 53 180 send float-help;
#X obj 70 280 makefilename %f;
#X msg 70 256 42.23;
#X text 203 280 symbols that look like floats are converted.;
#X msg 60 214 send x;
#X floatatom 307 251 5 0 0 0 - - -, f 5;
#X obj 307 206 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 307 227 value x;
#X text 119 214 or send to a variable;
#X text 143 237 with the same name;
#X symbolatom 70 306 10 0 0 0 - - -, f 10;
#X text 156 305 <= type a number on a symbol box;
#X text 369 451 updated for Pd version 0.48;
#X text 42 451 see also:;
#X obj 129 450 value;
#X obj 182 450 send;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 3 0 1 0;
#X connect 4 0 1 1;
#X connect 14 0 10 0;
#X connect 15 0 1 0;
#X connect 16 0 25 0;
#X connect 17 0 16 0;
#X connect 19 0 1 0;
#X connect 21 0 22 0;
#X connect 22 0 20 0;
#X connect 25 0 1 0;