diff --git a/doc/repmgrd-automatic-failover.xml b/doc/repmgrd-automatic-failover.xml
index cb864122..20bc6858 100644
--- a/doc/repmgrd-automatic-failover.xml
+++ b/doc/repmgrd-automatic-failover.xml
@@ -268,11 +268,12 @@
If is set to true in
repmgr.conf, in a failover situation &repmgrd; will forcibly disconnect
- the local node's WAL receiver before making a failover decision.
+ the local node's WAL receiver, and wait for the WAL receiver on all sibling nodes to be
+ disconnected, before making a failover decision.
- is available from PostgreSQL 9.5 and later.
+ is available with PostgreSQL 9.5 and later.
Additionally this requires that the repmgr database user is a superuser.
@@ -291,6 +292,12 @@
plus however many seconds it takes to confirm the WAL receiver is disconnected before
&repmgrd; proceeds with the failover decision.
+
+ &repmgrd; will wait up to seconds (default:
+ 30) to confirm that the WAL receiver on all sibling nodes hase been
+ disconnected before proceding with the failover operation. If the timeout is reached, the
+ failover operation will go ahead anyway.
+
Following the failover operation, no matter what the outcome, each node will reconnect its WAL receiver.