diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-03-02 23:28:31 -0500 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-03-02 23:28:31 -0500 |
| commit | d1479011744d80d80c669b5bd64dc32187f26c1e (patch) | |
| tree | ae1eb19747bf454caf3537163af0e90d3aaa3d82 /doc/src | |
| parent | 878fdcb843e087cc1cdeadc987d6ef55202ddd04 (diff) | |
Fix busted markup.
Evidently from commit 878fdcb843e087cc1cdeadc987d6ef55202ddd04.
Per buildfarm.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/pgbench.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml index 16b82a3bbe0..ed12e279064 100644 --- a/doc/src/sgml/pgbench.sgml +++ b/doc/src/sgml/pgbench.sgml @@ -751,7 +751,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</> <variablelist> <varlistentry> <term> - <literal>\set <replaceable>varname</> <replaceable>expression</> + <literal>\set <replaceable>varname</> <replaceable>expression</></literal> </term> <listitem> @@ -1024,7 +1024,7 @@ END; <refsect2> <title>Aggregated Logging</title> - + <para> With the <option>--aggregate-interval</option> option, the logs use a bit different format: |
