diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 8c02ddb3619..865be44947e 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -1509,7 +1509,7 @@ f(x) = PHI(2.0 * parameter * (x - mu) / (max - min + 1)) / For example, random_zipfian(1, ..., 2.5) produces the value 1 about (2/1)**2.5 = 5.66 times more frequently than 2, which - itself is produced (3/2)*2.5 = 2.76 times more + itself is produced (3/2)**2.5 = 2.76 times more frequently than 3, and so on.