This file is indexed.

/usr/share/puredata/doc/5.reference/drawtext-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 struct help-drawnumber-template float x float y float cat float
dog symbol weasel;
#N canvas 445 324 600 204 12;
#X text 15 103 see also:;
#X obj 18 7 drawnumber;
#X obj 187 132 plot;
#X obj 83 131 drawpolygon;
#X text 240 0 -- draw numeric fields from data structures;
#N canvas 11 52 375 224 help-drawnumber-data 1;
#X scalar help-drawnumber-template 50 100 23 43 ethel \;;
#X scalar help-drawnumber-template 150 50 3.14 -1.618 fred \;;
#X restore 273 71 pd help-drawnumber-data;
#N canvas 439 52 565 765 help-drawnumber-template 1;
#X text 25 567 This object defines the fields for this template. Their
values are initialized in the "works" subwindow. You can see them by
right-clicking on the object in the "data" window and selecting "properties."
;
#X text 42 211 - RGB color (0=black \, 999=white \, 900=red \, 90=green
\, 9=blue \, 555=grey \, etc.);
#X text 19 316 When not in "edit" mode \, you can click and drag vertically
on the numbers to change their values. (In edit mode you can move \,
cut \, copy \, and paste the objects.);
#X text 21 365 Keyboard entry isn't supported yet.;
#X obj 25 56 drawnumber cat 0 0 0 cat=;
#X obj 260 57 drawnumber dog 0 -15 900 dog=;
#X text 42 243 - an optional label ("cat=" for instance);
#X text 27 85 drawnumber takes arguments specifying:;
#X text 42 191 - an (x \, y) pair giving relative coordinates \;;
#X text 42 171 - the number to draw;
#X text 44 24 "0" in inlet makes invisible;
#X obj 25 27 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
;
#X text 46 112 - optional "-n" flag to make invisible initially;
#X text 44 133 - alternatively \, an optional "-v [variable]" flag
to assign a variable to make this visible/invisible.;
#X text 20 273 Any of these (except the two flags) can be numbers or
field names \, like "dog" and "cat" here.;
#X obj 27 646 struct help-drawnumber-template float x float y float
cat float dog symbol weasel;
#X obj 26 460 drawsymbol weasel 0 -30 0 weasel=;
#X text 26 405 To draw a symbol \, use the drawsymbol object. Same
arguments. No way to edit symbols though - they can only be changed
through "set" objects..;
#X connect 11 0 4 0;
#X restore 273 44 pd help-drawnumber-template;
#X obj 22 130 struct;
#X text 275 159 updated for Pd version 0.39;
#X obj 107 8 drawsymbol;