From: Robert Haas Date: Mon, 10 Oct 2011 17:10:47 +0000 (-0400) Subject: Fix typo in docs for libpq keepalives_count option. X-Git-Tag: REL9_0_6~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c09e7cf2dd55a541e4c58d187754b5a8d8d353a;p=thirdparty%2Fpostgresql.git Fix typo in docs for libpq keepalives_count option. Shigehiro Honda --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index e9c24ad543f..318cb554efe 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -334,7 +334,7 @@ PGconn *PQconnectdbParams(const char **keywords, const char **values, int expand client's connection to the server is considered dead. A value of zero uses the system default. This parameter is ignored for connections made via a Unix-domain socket, or if keepalives are disabled. - It is only supported on systems where the TCP_KEEPINTVL + It is only supported on systems where the TCP_KEEPCNT socket option is available; on other systems, it has no effect.