]> granicus.if.org Git - postgresql/commitdiff
Fix typo in docs for libpq keepalives_count option.
authorRobert Haas <rhaas@postgresql.org>
Mon, 10 Oct 2011 17:10:47 +0000 (13:10 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 10 Oct 2011 17:10:47 +0000 (13:10 -0400)
Shigehiro Honda

doc/src/sgml/libpq.sgml

index 0fcf3130645859ae7774f31420c4fc4c8f73dddd..f2f67e20ffd5c5a3efe2f59733028519f45f1163 100644 (file)
@@ -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>