This file is indexed.

/usr/share/puredata/doc/5.reference/adc~_dac~-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
#N canvas 195 155 575 293 12;
#X obj 8 11 adc~;
#X obj 72 11 dac~;
#X obj 63 121 adc~ 5;
#X text 143 121 (input from channel 5 only);
#X obj 61 145 dac~ 1 2 5 23;
#X text 184 145 (output to channels 1 \, 2 \, 5 \, and 23);
#X text 16 173 The actual number of channels Pd inputs and outputs
are set on Pd's command line. You can open patches that want to use
more channels \, and channel numbers out of rance will be dropped (dac~)
or appear as zero (adc~).;
#X text 308 254 updated for Pd version 0.33;
#X text 122 9 - audio I/O;
#X text 8 46 Adc~ and dac~ provide real-time audio input and output
for Pd \, respectively \, whether analog or digital. By default they
are stereo but you can specify channel numbers as in:;