diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-07-06 17:16:42 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-07-06 17:16:42 +0000 |
commit | a4ac2f458e8cb76177254f4bd7bbd885991379af (patch) | |
tree | 278de40d122f67db3a6694319b0d3b6880eba752 /doc/src/sgml/ref/commit.sgml | |
parent | 192a66e3dad33ff8aa446c4c053f0b01498549f5 (diff) | |
download | postgresql-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.sgml | 14 |
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. |