summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-10-10 13:10:47 -0400
committerRobert Haas <rhaas@postgresql.org>2011-10-10 13:11:30 -0400
commitbc397244c80a0f60d14f0bb7286776afc5e039d8 (patch)
treecc23581ef5f01dd076b052c91a7726321729b215
parenta726951c51d89b6599e2dcbd0c20b7001d1dc2a4 (diff)
Fix typo in docs for libpq keepalives_count option.
Shigehiro Honda
-rw-r--r--doc/src/sgml/libpq.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 48689a7df23..84a442ed716 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 <symbol>TCP_KEEPINTVL</>
+ It is only supported on systems where the <symbol>TCP_KEEPCNT</>
socket option is available; on other systems, it has no effect.
</para>
</listitem>