From bc397244c80a0f60d14f0bb7286776afc5e039d8 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 10 Oct 2011 13:10:47 -0400 Subject: [PATCH] Fix typo in docs for libpq keepalives_count option. Shigehiro Honda --- doc/src/sgml/libpq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 48689a7df2..84a442ed71 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -363,7 +363,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. -- 2.40.0