Commit fd015c5c authored by Neil Conway's avatar Neil Conway

Fix a bunch (~88) typos that the OpenJade tools don't warn about by

default: some SGML tags weren't properly terminated.
parent 31ce2fdd
This diff is collapsed.
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/libpgtcl.sgml,v 1.40 2003/11/29 19:51:37 pgsql Exp $ $PostgreSQL: pgsql/doc/src/sgml/libpgtcl.sgml,v 1.41 2004/02/29 15:36:46 neilc Exp $
--> -->
<chapter id="pgtcl"> <chapter id="pgtcl">
...@@ -205,7 +205,7 @@ load libpgtcl[info sharedlibextension] ...@@ -205,7 +205,7 @@ load libpgtcl[info sharedlibextension]
<refsynopsisdiv> <refsynopsisdiv>
<synopsis> <synopsis>
pg_connect -conninfo <parameter>connectOptions</parameter> pg_connect -conninfo <parameter>connectOptions</parameter>
pg_connect <parameter>dbName</parameter> <optional role="tcl">-host <parameter>hostName</parameter></optional> <optional role="tcl">-port <parameter>portNumber</parameter></optional> <optional role="tcl">-tty <parameter>tty</parameter</optional> <optional role="tcl">-options <parameter>serverOptions</parameter></optional> pg_connect <parameter>dbName</parameter> <optional role="tcl">-host <parameter>hostName</parameter></optional> <optional role="tcl">-port <parameter>portNumber</parameter></optional> <optional role="tcl">-tty <parameter>tty</parameter></optional> <optional role="tcl">-options <parameter>serverOptions</parameter></optional>
</synopsis> </synopsis>
</refsynopsisdiv> </refsynopsisdiv>
...@@ -481,7 +481,7 @@ pg_exec <parameter>conn</parameter> <parameter>commandString</parameter> ...@@ -481,7 +481,7 @@ pg_exec <parameter>conn</parameter> <parameter>commandString</parameter>
<function>pg_result</function> to obtain the results of the <function>pg_result</function> to obtain the results of the
command. command.
</para> </para>
</refsect1 </refsect1>
</refentry> </refentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment