aboutsummaryrefslogtreecommitdiff
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:10:47 -0400
commit322019ed2e08e7cad4ef126e6229a8188643170f (patch)
tree82e8f36b818981032c7ce063479c02c186742ab7
parent48a62278ed34e17f65b80d5cf1a84c4c1ab5d8b9 (diff)
downloadpostgresql-322019ed2e08e7cad4ef126e6229a8188643170f.tar.gz
postgresql-322019ed2e08e7cad4ef126e6229a8188643170f.zip
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 0fcf3130645..f2f67e20ffd 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -365,7 +365,7 @@ PGconn *PQconnectdbParams(const char * const *keywords,
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>