This file is indexed.

/usr/share/puredata/doc/5.reference/receive-help.pd is in puredata-core 0.46.7-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
#N canvas 257 45 511 351 12;
#X text 278 321 updated for Pd version 0.32;
#X floatatom 36 55 5 0 0;
#X floatatom 152 58 5 0 0;
#X floatatom 272 57 5 0 0;
#X floatatom 38 134 5 0 0;
#X floatatom 171 136 5 0 0;
#X floatatom 305 134 5 0 0;
#X text 62 321 abbreviation:;
#X obj 36 80 send help-rcv1;
#X obj 152 81 send help-rcv1;
#X obj 271 81 send help-rcv2;
#X obj 38 110 receive help-rcv1;
#X obj 171 110 receive help-rcv2;
#X obj 305 110 receive help-rcv2;
#X text 31 161 "Receive" outputs messages sent via "send." Sends and receives are named to tell them whom to connect to. They work across windows too. Also \, you can use message boxes as shown:;
#X msg 84 233 \; help-rcv1 34 \; help-rcv2 67;
#X obj 161 320 r;
#X obj 21 10 receive;
#X text 79 10 -- receive messages without patch cords;
#X connect 1 0 8 0;
#X connect 2 0 9 0;
#X connect 3 0 10 0;
#X connect 11 0 4 0;
#X connect 12 0 5 0;
#X connect 13 0 6 0;