This file is indexed.

/usr/share/puredata/doc/5.reference/send-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 obj 21 10 send;
#X text 60 11 -- send messages without patch cords;
#X obj 36 80 send help-send1;
#X obj 152 81 send help-send1;
#X obj 271 81 send help-send2;
#X obj 38 110 receive help-send1;
#X obj 171 110 receive help-send2;
#X obj 305 110 receive help-send2;
#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 obj 161 320 s;
#X text 62 321 abbreviation:;
#X text 31 161 "Send" sends messages to "receive" objects. 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-send1 34 \; help-send2 67;
#X connect 6 0 12 0;
#X connect 7 0 13 0;
#X connect 8 0 14 0;
#X connect 9 0 3 0;
#X connect 10 0 4 0;
#X connect 11 0 5 0;