doc: Fix typo

Author: Fabien COELHO <coelho@cri.ensmp.fr>
pull/24/head
Peter Eisentraut 9 years ago
parent f97256570f
commit c1bb787046
  1. 2
      doc/src/sgml/ref/pgbench.sgml

@ -1045,7 +1045,7 @@ f(x) = exp(-parameter * (x - min) / (max - min + 1)) / (1 - exp(-parameter))
</literallayout> </literallayout>
Then value <replaceable>i</> between <replaceable>min</> and Then value <replaceable>i</> between <replaceable>min</> and
<replaceable>max</> inclusive is drawn with probability: <replaceable>max</> inclusive is drawn with probability:
<literal>f(x) - f(x + 1)</>. <literal>f(i) - f(i + 1)</>.
</para> </para>
<para> <para>

Loading…
Cancel
Save