minor typo in pgbench doc (2)
Started by Fabien COELHOover 11 years ago2 messages
Yet another very minor typo in pgbench doc.
I'm not sure of the best way to show formula in the doc.
--
Fabien.
Attachments:
pgbench-doc.patchtext/x-diff; name=pgbench-doc.patchDownload
diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml
index 1551686..7d09a2d 100644
--- a/doc/src/sgml/pgbench.sgml
+++ b/doc/src/sgml/pgbench.sgml
@@ -782,7 +782,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
(PHI(2.0 * threshold * (i - min - mu + 0.5) / (max - min + 1)) -
PHI(2.0 * threshold * (i - min - mu - 0.5) / (max - min + 1))) /
(2.0 * PHI(threshold) - 1.0)
- </>
+ </>.
Intuitively, the larger the <replaceable>threshold</>, the more
frequently values close to the middle of the interval are drawn, and the
less frequently values close to the <replaceable>min</> and
Re: minor typo in pgbench doc (2)
On Tue, Aug 12, 2014 at 4:02 PM, Fabien COELHO <coelho@cri.ensmp.fr> wrote:
Yet another very minor typo in pgbench doc.
I'm not sure of the best way to show formula in the doc.
When I built this, it left a space between the formula and the period.
Fixed that and committed.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers