mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Use lower-case SGML attribute values
for DocBook XML compatibility
This commit is contained in:
@ -21,7 +21,7 @@ PostgreSQL documentation
|
||||
|
||||
<refsynopsisdiv>
|
||||
<synopsis>
|
||||
COMMIT PREPARED <replaceable class="PARAMETER">transaction_id</replaceable>
|
||||
COMMIT PREPARED <replaceable class="parameter">transaction_id</replaceable>
|
||||
</synopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
@ -39,7 +39,7 @@ COMMIT PREPARED <replaceable class="PARAMETER">transaction_id</replaceable>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><replaceable class="PARAMETER">transaction_id</replaceable></term>
|
||||
<term><replaceable class="parameter">transaction_id</replaceable></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The transaction identifier of the transaction that is to be
|
||||
|
Reference in New Issue
Block a user