This file is indexed.

/usr/share/puredata/doc/5.reference/float-help.pd is in puredata-core 0.47.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
#N canvas 532 221 610 305 12;
#X msg 30 107 bang;
#X obj 30 225 float 6.5;
#X floatatom 30 251 0 0 0 0 - - -;
#X floatatom 42 129 0 0 0 0 - - -;
#X floatatom 88 195 0 0 0 0 - - -;
#X obj 55 12 float;
#X text 97 11 - STORE A (FLOATING POINT) NUMBER;
#X text 12 36 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 123 197 sets the value;
#X text 108 226 creation argument initializes the value;
#X text 372 272 updated for Pd version 0.45;
#X floatatom 456 182 5 0 0 0 - - -, f 5;
#X text 75 104 output the value;
#X text 72 128 set and output the value;
#X text 176 156 send to a "receive" like this -->;
#X obj 456 157 r float-help;
#X msg 47 156 send float-help;
#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 15 0 11 0;
#X connect 16 0 1 0;