Fix SGML markup I broke yesterday.
authorBruce Momjian <bruce@momjian.us>
Wed, 15 Apr 2009 13:03:11 +0000 (13:03 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 15 Apr 2009 13:03:11 +0000 (13:03 +0000)
doc/src/sgml/libpq.sgml

index eb02d85360a36e57d7aed649748b2a55f438f499..c98dbb32977b5125f0ecbedb338b691f1d155e4e 100644 (file)
            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>
-            <tgroup cols="2">
-             <thead>
-              <row>
-               <entry>Option</entry>
-               <entry>Description</entry>
-              </row>
-             </thead>
-         
-             <tbody>
-         
-              <row>
-               <entry><literal>disable</></entry>
-               <entry>only try a non-<acronym>SSL</> connection
-              </row>
-         
-              <row>
-               <entry><literal>allow</></entry>
-               <entry>first try a non-<acronym>SSL</>
-                connection;  if that fails, try an <acronym>SSL</>
-                connection</entry>
-              </row>
-         
-              <row>
-               <entry><literal>prefer</> (default)</entry>
-               <entry>first try an <acronym>SSL</> connection;  if
-               that fails, try a non-<acronym>SSL</>
+          <table id="libpq-connect-sslmode-options">
+           <title><literal>sslmode</literal> options</title>
+           <tgroup cols="2">
+            <thead>
+             <row>
+              <entry>Option</entry>
+              <entry>Description</entry>
+             </row>
+            </thead>
+        
+            <tbody>
+        
+             <row>
+              <entry><literal>disable</></entry>
+              <entry>only try a non-<acronym>SSL</> connection</entry>
+             </row>
+        
+             <row>
+              <entry><literal>allow</></entry>
+              <entry>first try a non-<acronym>SSL</>
+               connection;  if that fails, try an <acronym>SSL</>
                connection</entry>
-              </row>
-         
-              <row>
-               <entry><literal>require</></entry>
-               <entry>only try an <acronym>SSL</> connection</entry>
-              </row>
-         
-             </tbody>
-            </tgroup>
-           </table>
+             </row>
+        
+             <row>
+              <entry><literal>prefer</> (default)</entry>
+              <entry>first try an <acronym>SSL</> connection;  if
+              that fails, try a non-<acronym>SSL</>
+              connection</entry>
+             </row>
+        
+             <row>
+              <entry><literal>require</></entry>
+              <entry>only try an <acronym>SSL</> connection</entry>
+             </row>
+        
+            </tbody>
+           </tgroup>
+          </table>
 
           <para>
            <literal>sslmode</> is ignored for Unix domain socket