mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
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.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user