Skip to content

Commit

Permalink
Remove useless wrapping para tag in new file
Browse files Browse the repository at this point in the history
Follow-up to GH-3972
  • Loading branch information
Girgias committed Oct 30, 2024
1 parent b984d79 commit 0e3624a
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions reference/pgsql/functions/pg-result-memory-size.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,14 @@

<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>result</parameter></term>
<listitem>
&pgsql.parameter.result;
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>result</parameter></term>
<listitem>
&pgsql.parameter.result;
</listitem>
</varlistentry>
</variablelist>
</refsect1>

<refsect1 role="returnvalues">
Expand Down Expand Up @@ -68,11 +66,9 @@ int(3288)

<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>pg_free_result</function></member>
</simplelist>
</para>
<simplelist>
<member><function>pg_free_result</function></member>
</simplelist>
</refsect1>
</refentry>

Expand Down

1 comment on commit 0e3624a

@KentarouTakeda
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your follow up!

Please sign in to comment.