From ae7276bd8df4e9d9f1d37156cfa29f1130698403 Mon Sep 17 00:00:00 2001
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Date: Tue, 13 Jul 2021 19:35:12 +0900
Subject: [PATCH v3 3/3] Doc change for pg_ctl

The previous patch change the bahavior of pg_ctl about
--timeout. Change the doc following the behavior change.
---
 doc/src/sgml/ref/pg_ctl-ref.sgml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml
index 3946fa52ea..90e0fabc63 100644
--- a/doc/src/sgml/ref/pg_ctl-ref.sgml
+++ b/doc/src/sgml/ref/pg_ctl-ref.sgml
@@ -389,9 +389,11 @@ PostgreSQL documentation
       <listitem>
        <para>
         Specifies the maximum number of seconds to wait when waiting for an
-        operation to complete (see option <option>-w</option>).  Defaults to
-        the value of the <envar>PGCTLTIMEOUT</envar> environment variable or, if
-        not set, to 60 seconds.
+        operation to complete (see option <option>-w</option>).  If it is set
+        to zero, <command>pg_ctl</command> behaves the same way
+        with <option>-W</option>.  Defaults to the value of
+        the <envar>PGCTLTIMEOUT</envar> environment variable or, if not set,
+        to 60 seconds.
        </para>
       </listitem>
      </varlistentry>
-- 
2.27.0

