From 2e60117aa9152ca11b54e95a41f72f71a2387f33 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter@eisentraut.org>
Date: Thu, 25 Jul 2019 13:58:53 +0200
Subject: [PATCH] doc: Fix typo

---
 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 7f01fcc1486..95f6989f51e 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1249,7 +1249,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
       </listitem>
      </varlistentry>
 
-     <varlistentry id="libpq-tcp-user-timeout" xreflabel="libpq_tcp_user_timeout">
+     <varlistentry id="libpq-tcp-user-timeout" xreflabel="tcp_user_timeout">
       <term><literal>tcp_user_timeout</literal></term>
       <listitem>
        <para>
-- 
GitLab