aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/commit.sgml
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1999-07-06 17:16:42 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1999-07-06 17:16:42 +0000
commita4ac2f458e8cb76177254f4bd7bbd885991379af (patch)
tree278de40d122f67db3a6694319b0d3b6880eba752 /doc/src/sgml/ref/commit.sgml
parent192a66e3dad33ff8aa446c4c053f0b01498549f5 (diff)
downloadpostgresql-a4ac2f458e8cb76177254f4bd7bbd885991379af.tar.gz
postgresql-a4ac2f458e8cb76177254f4bd7bbd885991379af.zip
Fix markup for docbook2man man page generation.
No big deal; fixed lots of other markup at the same time. Bigest change: make sure there is no whitespace in front of <term> contents. This will probably help the other output types too.
Diffstat (limited to 'doc/src/sgml/ref/commit.sgml')
-rw-r--r--doc/src/sgml/ref/commit.sgml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/ref/commit.sgml b/doc/src/sgml/ref/commit.sgml
index 3dc8984f9dc..5347534e29d 100644
--- a/doc/src/sgml/ref/commit.sgml
+++ b/doc/src/sgml/ref/commit.sgml
@@ -30,7 +30,7 @@ COMMIT [ WORK | TRANSACTION ]
Inputs
</title>
<para>
- None
+ None.
</para>
</refsect2>
@@ -45,9 +45,9 @@ COMMIT [ WORK | TRANSACTION ]
<variablelist>
<varlistentry>
- <term>
- <returnvalue>END</returnvalue>
- </term>
+ <term><computeroutput>
+END
+ </computeroutput></term>
<listitem>
<para>
Message returned if the transaction is successfully committed.
@@ -55,9 +55,9 @@ COMMIT [ WORK | TRANSACTION ]
</listitem>
</varlistentry>
<varlistentry>
- <term>
- <returnvalue>NOTICE EndTransactionBlock and not inprogress/abort state</returnvalue>
- </term>
+ <term><computeroutput>
+NOTICE EndTransactionBlock and not inprogress/abort state
+ </computeroutput></term>
<listitem>
<para>
If there is no transaction in progress.