Index: doc/src/sgml/libpq.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v
retrieving revision 1.266
diff -c -c -r1.266 libpq.sgml
*** doc/src/sgml/libpq.sgml	27 Oct 2008 09:42:31 -0000	1.266
--- doc/src/sgml/libpq.sgml	4 Nov 2008 22:33:49 -0000
***************
*** 233,240 ****
           <term><literal>sslmode</literal></term>
           <listitem>
            <para>
!            This option determines whether or with what priority an
!            <acronym>SSL</> connection will be negotiated with the
             server. There are four modes: <literal>disable</> will attempt
             only an unencrypted <acronym>SSL</> connection;
             <literal>allow</> will negotiate, trying first a
--- 233,240 ----
           <term><literal>sslmode</literal></term>
           <listitem>
            <para>
!            This option determines whether or with what priority a
!            <acronym>SSL</> TCP/IP connection will be negotiated with the
             server. There are four modes: <literal>disable</> will attempt
             only an unencrypted <acronym>SSL</> connection;
             <literal>allow</> will negotiate, trying first a
***************
*** 243,249 ****
             will negotiate, trying first an <acronym>SSL</> connection,
             then if that fails, trying a regular non-<acronym>SSL</>
             connection; <literal>require</> will try only an
!            <acronym>SSL</> connection.
            </para>
  
            <para>
--- 243,250 ----
             will negotiate, trying first an <acronym>SSL</> connection,
             then if that fails, trying a regular non-<acronym>SSL</>
             connection; <literal>require</> will try only an
!            <acronym>SSL</> connection.  <literal>sslmode</> is ignored
!            for Unix domain socket communication.
            </para>
  
            <para>
