This file is indexed.

/usr/share/puredata/doc/5.reference/wrap~-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
#N canvas 117 105 685 426 12;
#X obj 58 220 metro 500;
#X obj 58 195 r metro;
#X msg 575 106 \; metro 0;
#X msg 574 48 \; pd dsp 1 \; metro 1;
#X floatatom 42 121 0 0 0 0 - - -;
#X floatatom 42 277 0 0 0 0 - - -;
#X obj 574 21 loadbang;
#X obj 42 244 snapshot~;
#X obj 42 147 sig~;
#X obj 36 16 wrap~;
#X text 93 16 - remainder modulo 1;
#X text 18 45 wrap~ gives the difference between the input and the
largest integer not exceeding it (for positive numbers this is the
fractional part).;
#X obj 42 171 wrap~;
#X text 127 123 <-- shift-drag here to get non-integers to try;
#X text 446 391 updated for Pd version 0.48;
#X msg 273 275 \; pd compatibility 0.47;
#X text 181 200 COMPATIBILITY NOTE: in Pd versions before 0.48 \, wrap~
with an input of 0 output 1 (but now correctly outputs 0). To get the
old behavior \, set "compatibility" to 0.47 or below in Pd's command
line or by a message:;
#X connect 0 0 7 0;
#X connect 1 0 0 0;
#X connect 1 0 0 0;
#X connect 4 0 8 0;
#X connect 6 0 3 0;
#X connect 7 0 5 0;
#X connect 8 0 12 0;
#X connect 12 0 7 0;