This file is indexed.

/usr/share/puredata/doc/5.reference/int-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
#N canvas 312 78 599 357 12;
#X msg 43 110 bang;
#X floatatom 41 302 0 0 0 0 - - -;
#X floatatom 55 134 0 0 0 0 - - -;
#X floatatom 82 252 0 0 0 0 - - -;
#X text 90 106 outputs the value;
#X text 92 135 sets and outputs the value;
#X text 93 274 creation argument initializes the value;
#X obj 41 276 int 6;
#X msg 55 157 9.6;
#X text 88 157 non-integers get truncated;
#X msg 53 182 -9.6;
#X text 95 182 toward zero;
#X text 116 254 set the value but no output;
#X obj 60 11 int;
#X text 108 12 - STORE AN INTEGER;
#X text 19 42 The int object stores a number \, initialized by its
creation argument \, which may be reset using its inlet and output
by sending it the "bang" message. The output is truncated to an integer
à la Max.;
#X obj 500 209 r int-help;
#X floatatom 500 234 5 0 0 0 - - -, f 5;
#X text 171 209 send value to a "receive" like this -->;
#X text 332 323 updated for Pd version 0.45;
#X msg 54 211 send int-help;
#X connect 0 0 7 0;
#X connect 2 0 7 0;
#X connect 3 0 7 1;
#X connect 7 0 1 0;
#X connect 8 0 7 0;
#X connect 10 0 7 0;
#X connect 16 0 17 0;
#X connect 20 0 7 0;