/usr/share/doc/dealer/Examples/Descr.controls is in dealer 0.20040530-4.
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 | # This example calculates the frequency of controls (A=2, K=1) in a
# strong balanced hand
condition
shape(north, any 4333 + any 4432 + any 5332) and
hcp(north)>=20 and hcp(north)<=22
produce
10000
action
frequency "controls" (control(north), 0, 12)
|