Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 322019e

Browse files
committed
Fix typo in docs for libpq keepalives_count option.
Shigehiro Honda
1 parent 48a6227 commit 322019e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ PGconn *PQconnectdbParams(const char * const *keywords,
365365
client's connection to the server is considered dead. A value of
366366
zero uses the system default. This parameter is ignored for
367367
connections made via a Unix-domain socket, or if keepalives are disabled.
368-
It is only supported on systems where the <symbol>TCP_KEEPINTVL</>
368+
It is only supported on systems where the <symbol>TCP_KEEPCNT</>
369369
socket option is available; on other systems, it has no effect.
370370
</para>
371371
</listitem>

0 commit comments

Comments
 (0)