This file is indexed.

/usr/share/puredata/doc/5.reference/scalar-object-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
49
50
51
52
53
54
55
56
57
58
59
60
#N canvas 558 349 688 433 12;
#X text 34 388 see also:;
#X text 485 171 (click for details:), f 11;
#N canvas 930 175 716 699 define 0;
#X text 324 399 creation arguments:;
#X text 217 152 send a pointer to a named receive object;
#X floatatom 145 299 5 0 0 0 - - -, f 5;
#X text 46 408 click to open or edit array:;
#X msg 31 116 read scalar-object-help.txt;
#X text 258 117 read/write a file TBW;
#X obj 145 251 r scalar-help-send;
#X text 359 457 template;
#X text 360 478 optional name (TBW);
#X obj 145 275 get scalar-help-template1 x;
#N canvas 464 264 450 300 scalar-help-template1 0;
#X obj 62 55 struct scalar-help-template1 float x float y;
#X obj 55 99 drawpolygon 3 3 0 0 0 30 30 30 30 0 0 0;
#X msg 89 193 traverse pd-scalar-help-template1 \, bang;
#X obj 89 218 pointer;
#X msg 20 195 40 40;
#X obj 53 252 append scalar-help-template1 x y;
#X connect 2 0 3 0;
#X connect 3 0 5 2;
#X connect 4 0 5 0;
#X restore 471 57 pd scalar-help-template1;
#X floatatom 404 244 3 0 500 0 - - -, f 3;
#X obj 506 244 r scalar-help-send;
#X obj 405 282 set scalar-help-template1 x y;
#X floatatom 458 244 3 0 500 0 - - -, f 3;
#X text 32 20 "scalar define" defines and maintains a scalar.;
#X text 471 29 here's the template:;
#X obj 145 324 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X msg 40 152 send scalar-help-send;
#X obj 27 435 scalar define -k scalar-help-template1;
#A set scalar-help-template1 175 150 \;;
#X text 360 435 optional -k flag to keep contents;
#X connect 2 0 17 0;
#X connect 4 0 19 0;
#X connect 6 0 9 0;
#X connect 9 0 2 0;
#X connect 11 0 13 0;
#X connect 12 0 13 2;
#X connect 14 0 13 1;
#X connect 18 0 19 0;
#X restore 486 212 pd define;
#X obj 163 388 text;
#X text 201 210 - create \, store \, and/or edit one;
#X text 96 260 (later);
#X obj 19 8 scalar;
#X text 77 7 - create a scalar datum;
#X obj 90 212 scalar define;
#X text 194 261 - more stuff;
#X text 81 180 The first argument sets the function:;
#X obj 114 387 array;
#X obj 204 388 list;
#X text 101 57 experimental - doesn't do much yet. This is included
in 0.45 to check that its design will work coherently with the array
and text objects.;
#X text 444 398 updated for Pd version 0.45;