This file is indexed.

/usr/share/puredata/doc/5.reference/unpack-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
#N canvas 234 84 702 287 12;
#X floatatom 80 194 0 0 0 0 - - -;
#X floatatom 205 194 0 0 0 0 - - -;
#X floatatom 243 194 0 0 0 0 - - -;
#X floatatom 46 194 0 0 0 0 - - -;
#X obj 117 194 print foo;
#X obj 133 249 pack;
#X text 51 248 See also;
#X obj 101 9 unpack;
#X text 164 8 - split a message to atoms;
#X text 196 153 <-- creation arguments specify the types of atoms expected
;
#X msg 46 116 1 2;
#X msg 85 116 3 4 shut;
#X msg 164 116 5 6 pick 7 8;
#X text 368 245 updated for Pd version 0.33;
#X obj 46 153 unpack 0 0 s 0 0;
#X text 25 36 unpack takes lists of atoms and distributes them to its
outlets. The creation arguments specify float (any number or the symbol
'f') \, pointer (symbol 'p') or symbol (symbol 's').;
#X connect 10 0 14 0;
#X connect 11 0 14 0;
#X connect 12 0 14 0;
#X connect 14 0 3 0;
#X connect 14 1 0 0;
#X connect 14 2 4 0;
#X connect 14 3 1 0;
#X connect 14 4 2 0;