diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-12-29 02:24:47 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-12-29 02:24:47 +0000 |
commit | a75f2d21a8366aece67b8aa144a8644f6195e75f (patch) | |
tree | 74d0c19c0f97c80df3414fb6f774dfd76ab617b9 /doc/src/sgml/ref/commit.sgml | |
parent | 6d7735e7f0112ba0bdffd57f8197fccb0a0da84a (diff) | |
download | postgresql-a75f2d21a8366aece67b8aa144a8644f6195e75f.tar.gz postgresql-a75f2d21a8366aece67b8aa144a8644f6195e75f.zip |
Clean up to ensure tag completion as required by the newest versions
of Norm's Modular Style Sheets and jade/docbook.
From Vince Vielhaber <vev@michvhf.com>.
Diffstat (limited to 'doc/src/sgml/ref/commit.sgml')
-rw-r--r-- | doc/src/sgml/ref/commit.sgml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/doc/src/sgml/ref/commit.sgml b/doc/src/sgml/ref/commit.sgml index 689220993a7..55c6212dd5c 100644 --- a/doc/src/sgml/ref/commit.sgml +++ b/doc/src/sgml/ref/commit.sgml @@ -12,7 +12,7 @@ <REFPURPOSE> Commits the current transaction </REFPURPOSE> - + </refnamediv> <REFSYNOPSISDIV> <REFSYNOPSISDIVINFO> @@ -30,8 +30,8 @@ COMMIT [ WORK | TRANSACTION ] Inputs </TITLE> <PARA> -None - + None + </para> </REFSECT2> <REFSECT2 ID="R2-SQL-COMMIT-2"> @@ -57,12 +57,15 @@ Message returned if the transaction is successfully committed. <VARLISTENTRY> <TERM> <returnvalue>NOTICE EndTransactionBlock and not inprogress/abort state</returnvalue> - </TERM> - <LISTITEM> - <PARA> -If there is no transaction in progress. - - </VARIABLELIST> + </TERM> + <LISTITEM> + <PARA> + If there is no transaction in progress. + </para> + </listitem> + </varlistentry> + </VARIABLELIST> + </para> </REFSECT2> </REFSYNOPSISDIV> |