diff options
Diffstat (limited to 'doc/src/sgml/ref/execute.sgml')
-rw-r--r-- | doc/src/sgml/ref/execute.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/execute.sgml b/doc/src/sgml/ref/execute.sgml index 6ab5e54fa7e..6ac413d8086 100644 --- a/doc/src/sgml/ref/execute.sgml +++ b/doc/src/sgml/ref/execute.sgml @@ -87,12 +87,12 @@ EXECUTE <replaceable class="parameter">name</replaceable> [ ( <replaceable class <title>Outputs</title> <para> The command tag returned by <command>EXECUTE</command> - is that of the prepared statement, and not <literal>EXECUTE</>. + is that of the prepared statement, and not <literal>EXECUTE</literal>. </para> </refsect1> <refsect1> - <title>Examples</> + <title>Examples</title> <para> Examples are given in the <xref linkend="sql-prepare-examples" endterm="sql-prepare-examples-title"> section of the <xref |