1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Fix SGML markup I broke yesterday.

This commit is contained in:
Bruce Momjian
2009-04-15 13:03:11 +00:00
parent 6a68f7fd3c
commit 2d4843694d

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.284 2009/04/14 20:42:48 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.285 2009/04/15 13:03:11 momjian Exp $ -->
<chapter id="libpq">
<title><application>libpq</application> - C Library</title>
@@ -255,6 +255,7 @@
This option determines whether or with what priority a
<acronym>SSL</> TCP/IP connection will be negotiated with the
server. There are four modes:
</para>
<table id="libpq-connect-sslmode-options">
<title><literal>sslmode</literal> options</title>
@@ -270,7 +271,7 @@
<row>
<entry><literal>disable</></entry>
<entry>only try a non-<acronym>SSL</> connection
<entry>only try a non-<acronym>SSL</> connection</entry>
</row>
<row>