Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 751b704

Browse files
committed
docs: Add missing period.
Fabien COELHO and Robert Haas
1 parent b34e37b commit 751b704

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/src/sgml/pgbench.sgml

+1-2
Original file line numberDiff line numberDiff line change
@@ -781,8 +781,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
781781
<literal>
782782
(PHI(2.0 * threshold * (i - min - mu + 0.5) / (max - min + 1)) -
783783
PHI(2.0 * threshold * (i - min - mu - 0.5) / (max - min + 1))) /
784-
(2.0 * PHI(threshold) - 1.0)
785-
</>
784+
(2.0 * PHI(threshold) - 1.0)</>.
786785
Intuitively, the larger the <replaceable>threshold</>, the more
787786
frequently values close to the middle of the interval are drawn, and the
788787
less frequently values close to the <replaceable>min</> and

0 commit comments

Comments
 (0)