doc: Fix typo
authorPeter Eisentraut
Tue, 1 Aug 2017 18:33:55 +0000 (14:33 -0400)
committerPeter Eisentraut
Tue, 1 Aug 2017 18:34:38 +0000 (14:34 -0400)
Author: Fabien COELHO 

doc/src/sgml/ref/pgbench.sgml

index 285608d508ab773fc20ea37acf72e00c9042c169..2c9f483932301a88310593c2544df8207ece793c 100644 (file)
@@ -1037,7 +1037,7 @@ f(x) = exp(-parameter * (x - min) / (max - min + 1)) / (1 - exp(-parameter))
 
       Then value i between min and
       max inclusive is drawn with probability:
-      f(x) - f(x + 1).
+      f(i) - f(i + 1).