@@ -545,9 +545,9 @@ int PQsocketPoll(int sock, int forRead, int forWrite,
545545 the Unix epoch (that is, <type>time_t</type> times 1 million).
546546 Timeout is infinite if <parameter>end_time</parameter>
547547 is <literal>-1</literal>. Timeout is immediate (no blocking) if
548- end_time is <literal>0</literal> (or indeed, any time before now).
549- Timeout values can be calculated conveniently by adding the desired
550- number of microseconds to the result of
548+ <parameter> end_time</parameter> is <literal>0</literal> (or indeed, any
549+ time before now). Timeout values can be calculated conveniently by
550+ adding the desired number of microseconds to the result of
551551 <xref linkend="libpq-PQgetCurrentTimeUSec"/>.
552552 Note that the underlying system calls may have less than microsecond
553553 precision, so that the actual delay may be imprecise.
@@ -1830,11 +1830,12 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
18301830 <term><literal>direct</literal></term>
18311831 <listitem>
18321832 <para>
1833- start SSL handshake directly after establishing the TCP/IP
1834- connection. This is only allowed with sslmode=require or higher,
1835- because the weaker settings could lead to unintended fallback to
1836- plaintext authentication when the server does not support direct
1837- SSL handshake.
1833+ start SSL handshake directly after establishing the TCP/IP
1834+ connection. This is only allowed with
1835+ <literal>sslmode=require</literal> or higher, because the weaker
1836+ settings could lead to unintended fallback to plaintext
1837+ authentication when the server does not support direct SSL
1838+ handshake.
18381839 </para>
18391840 </listitem>
18401841 </varlistentry>
@@ -9582,7 +9583,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
95829583 <para>
95839584 For backwards compatibility with earlier versions of PostgreSQL, if a
95849585 root CA file exists, the behavior of
9585- <literal>sslmode</literal>=<literal> require</literal> will be the same
9586+ <literal>sslmode= require</literal> will be the same
95869587 as that of <literal>verify-ca</literal>, meaning the server certificate
95879588 is validated against the CA. Relying on this behavior is discouraged,
95889589 and applications that need certificate validation should always use
0 commit comments