aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/commit_prepared.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/commit_prepared.sgml')
-rw-r--r--doc/src/sgml/ref/commit_prepared.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/commit_prepared.sgml b/doc/src/sgml/ref/commit_prepared.sgml
index e5eaa4b1e96..930435d81a0 100644
--- a/doc/src/sgml/ref/commit_prepared.sgml
+++ b/doc/src/sgml/ref/commit_prepared.sgml
@@ -29,7 +29,7 @@ COMMIT PREPARED <replaceable class="PARAMETER">transaction_id</replaceable>
<title>Description</title>
<para>
- <command>COMMIT PREPARED</command> commits a transaction that is in
+ <command>COMMIT PREPARED</command> commits a transaction that is in
prepared state.
</para>
</refsect1>
@@ -76,7 +76,7 @@ COMMIT PREPARED <replaceable class="PARAMETER">transaction_id</replaceable>
<para>
Commit the transaction identified by the transaction
identifier <literal>foobar</>:
-
+
<programlisting>
COMMIT PREPARED 'foobar';
</programlisting>