@@ -5813,28 +5813,28 @@ int PQpipelineSync(PGconn *conn);
58135813 <varlistentry id="libpq-PQsendFlushRequest">
58145814 <term><function>PQsendFlushRequest</function><indexterm><primary>PQsendFlushRequest</primary></indexterm></term>
58155815
5816- <listitem>
5817- <para>
5818- Sends a request for the server to flush its output buffer.
5816+ <listitem>
5817+ <para>
5818+ Sends a request for the server to flush its output buffer.
58195819<synopsis>
58205820int PQsendFlushRequest(PGconn *conn);
58215821</synopsis>
5822- </para>
5822+ </para>
58235823
5824- <para>
5825- Returns 1 for success. Returns 0 on any failure.
5826- </para>
5827- <para>
5828- The server flushes its output buffer automatically as a result of
5829- <function>PQpipelineSync</function> being called, or
5830- on any request when not in pipeline mode; this function is useful
5831- to cause the server to flush its output buffer in pipeline mode
5832- without establishing a synchronization point.
5833- Note that the request is not itself flushed to the server automatically;
5834- use <function>PQflush</function> if necessary.
5835- </para>
5836- </listitem>
5837- </varlistentry>
5824+ <para>
5825+ Returns 1 for success. Returns 0 on any failure.
5826+ </para>
5827+ <para>
5828+ The server flushes its output buffer automatically as a result of
5829+ <function>PQpipelineSync</function> being called, or
5830+ on any request when not in pipeline mode; this function is useful
5831+ to cause the server to flush its output buffer in pipeline mode
5832+ without establishing a synchronization point.
5833+ Note that the request is not itself flushed to the server automatically;
5834+ use <function>PQflush</function> if necessary.
5835+ </para>
5836+ </listitem>
5837+ </varlistentry>
58385838 </variablelist>
58395839 </sect2>
58405840